اشتراک‌ها
کاهش علاقه‌ی Oracle به Java

From the apparent dismissal of Java evangelists to an email alleging a shrugged-shoulders attitude about Java, Oracle’s commitment to the platform has come into question.

کاهش علاقه‌ی Oracle به Java
نظرات مطالب
Url Routing در ASP.Net WebForms
سلام .من دقیقا مانند کد‌های شما رو نوشتم ولی یه مشکلی هست 
زمانی که از لینکی مثل زیر استفاده می‌کنم 
<a href="article/da/name">...</a>
چیزی که در نوار آدرس به وجود میاد تقریبا مثل زیر خواهد بود :
localhost://article/da/name
و زمانی که می‌خوام در این حالت به یه آدرس دیگه برم مثل زیر 
<a href="about">...</a>
درست کار نمیکنه و مقدار About رو جایگزین آخرین مقدار آدرس قبلی میکنه . مثلا :
localhost://article/da/about
منظورم اینه که به روت بر نمیگرده . باید چکار کرد برای حل این مشکل
اشتراک‌ها
اکستنشنی برای پیاده سازی CQRS , EventSourcing در Orleans

Orleankka is a functional extension for Microsoft Orleans framework. It provides a message-based API similar to Akka/ProtoActor, carefully layered on top of Microsoft Orleans (that's what in a name). Orleankka is an excellent choice for use-cases which can benefit from composable, uniform communication interface, such as CQRS, event-sourcing, FSM, etc.

اکستنشنی برای پیاده سازی CQRS , EventSourcing در Orleans
اشتراک‌ها
بومی سازی در برنامه‌های Angular

Part of the new Angular rendering engine, Ivy, includes a new approach to localizing applications — specifically extracting and translating text. This article explains the benefits and some of the implementation of this new approach. 

بومی سازی در برنامه‌های Angular
اشتراک‌ها
تغییر مجوز Elasticsearch

Echoing similar moves by MongoDB a couple of years ago, the creators of Elasticsearch are keen to ensure anyone offering Elasticsearch as a service contribute code back or license it commercially. This poses risks for Elasticsearch users, however, says VM Brasseur. 

تغییر مجوز Elasticsearch
نظرات مطالب
سری بررسی SQL Smell در EF Core - استفاده از مدل Entity Attribute Value - بخش دوم