اشتراک‌ها
نقص در NET Core 2.1. پشتیبانی نسخه 2.0 به تاخیر افتاد

Microsoft has announced that the .NET Core 2.0 will be considered "end of life" and thus no longer supported as of October 1, 2018.  .NET Core 2.0 is considered a non-LTS release, and as such Microsoft only commits its support for three months after a successor has been released.  In this case, with .NET Core 2.1 having been released May 31, .NET Core 2.0’s end has come. 

نقص در NET Core 2.1. پشتیبانی نسخه 2.0 به تاخیر افتاد
اشتراک‌ها
NET Core 3. و پشتیبانی از Windows Desktop Applications

At Microsoft Build Live today, we are sharing a first look at our plans for .NET Core 3. The highlight of .NET Core 3 is support for Windows desktop applications, specifically Windows Forms, Windows Presentation Framework (WPF), and UWP XAML. You will be able to run new and existing Windows desktop applications on .NET Core and enjoy all the benefits that .NET Core has to offer. 

NET Core 3. و پشتیبانی از Windows Desktop Applications
اشتراک‌ها
یک framework سبک جهت نوشتن برنامه ها با الگوی CQRS و Eventsourcing

پروژه ای سورس باز برای نوشتن اپلیکیشن هایی که با الگوی CQRS و Eventsourcing  پیاده میشوند . در مقایسه با  SimpleCQRS به روز‌تر با قابلیت‌های مدرن‌تر شده و از .Net Core هم پشتیبانی میکند.

یک framework سبک جهت نوشتن برنامه ها با الگوی CQRS و Eventsourcing
نظرات مطالب
تغییر مهم تعریف رشته‌های اتصالی SQL Server در EF Core 7.0
بله در برنامه هایی که هنوز به .net 7 ارتقا داده نشده اند نیز رخ میدهد.
البته فقط در متد هایی باعث خطا خواهد شد که به نحوی از system.data.sqlclient استفاده کرده اند (مانند context.database.(executeRawSql و سایر کد‌ها که با ef core و linq نوشته شده، خطایی تولید نخواهند کرد.
نظرات مطالب
تغییرات رمزنگاری اطلاعات در NET Core.
یک نکته‌ی تکمیلی
RandomNumberGenerator ای که در این مطلب بحث شد، از NET Core 3.1. به بعد ساده‌تر شده و به همراه متد GetInt32 نیز هست:
public int GetRandomNumber() => RandomNumberGenerator.GetInt32(1, 1000000);