خلاصه‌ای از به روز رسانی‌های C#, .NET, and Visual Studio در سال 2018
301, MovedPermanently
https://www.calvinallen.net/csharp-net-and-visual-studio-2018-year-in-review/ icon

We received tons of updates from Microsoft all across the board - from new experimental frameworks (Blazor) to quick iterations of the “Core Suite” (.NET, EF, and ASP.NET) and Visual Studio. 

خلاصه‌ای از به روز رسانی‌های C#, .NET, and Visual Studio در سال 2018
مقایسه‌ای بین سرعت NET 4.7.2. و NET Core 2.1.
200, OK
https://aloiskraus.wordpress.com/2018/11/25/how-fast-can-you-get-with-net-core/ icon

.NET 4.7.2 is for streaming data into memory between 2% (Unsafe Parse x86), 7% (Unsafe Parse x64) and 40% (Span Parse x64) slower than .NET Core. Especially the 40% speed drop for Span based Apis due to the lack of JIT support by the .NET Runtime is unfortunate.  

مقایسه‌ای بین سرعت NET 4.7.2. و NET Core 2.1.
از این پس نگارش Core بیشترین به روز رسانی‌های NET. را دریافت خواهد کرد
200, OK
https://visualstudiomagazine.com/articles/2018/10/24/net-updates.aspx icon

"So you shouldn't feel pressured to move off .NET Framework, but just know that it's going to be much more highly targeted compatible fixes kind of going forward and we recommend that all new development that you start on .NET is on .NET Core if possible," 

از این پس نگارش Core بیشترین به روز رسانی‌های NET. را دریافت خواهد کرد
ابزار متن باز مایکروسافت برای فشرده‌سازی و حذف وابستگی های غیرضروری در اپلیکیشن‌های Net.
301, MovedPermanently
https://github.com/mono/linker icon

The IL Linker is a tool one can use to only ship the minimal possible IL code and metadata that a set of programs might require to run as opposed to the full libraries

ابزار متن باز مایکروسافت برای فشرده‌سازی و حذف وابستگی های غیرضروری در اپلیکیشن‌های Net.