بهینه سازی عملکرد دانت پیچیده نیست
200, OK
https://www.stevejgordon.co.uk/dotnet-performance-optimisations-dont-have-to-be-complex?utm_source=csharpdigest&utm_medium=email&utm_campaign=330 icon

In this post, we introduced the idea that not all performance optimisations need to be complex to implement. In this example, we optimised the ToUrl method of the NEST library by conditionally avoiding executing code we know would cause allocations.  

بهینه سازی عملکرد دانت پیچیده نیست
دوره‌های دات نت در Microsoft Learn
301, MovedPermanently
https://docs.microsoft.com/en-us/learn/dotnet/ icon

Microsoft Learn For .NET
Free. Cross-platform. Open source.
Learn how to build apps across multiple platforms with programming languages like C#, F#, and Visual Basic. Supported on Windows, Linux, and macOS, get started developing your next project with .NET today. 

دوره‌های دات نت در Microsoft Learn
افزونه‌ای برای مشاهده‌ی Heap Allocations در برنامه
200, OK
https://marketplace.visualstudio.com/items?itemName=MukulSabharwal.ClrHeapAllocationAnalyzer icon
Clr Heap Allocation Analyzer is a Roslyn based Diagnostic Analyzer that is able to detect most allocations in code in the local method and bring them to your attention in Visual Studio. It can detect subtle allocations caused by value type boxing, closure captures, delegate in... 
افزونه‌ای برای مشاهده‌ی Heap Allocations در برنامه
تیم .NET for Apache Spark قصد دارد تا آخر سال 2020 ورژن 1.0 Microsoft.Spark را منتشر کند.
200, OK
https://devblogs.microsoft.com/dotnet/big-plans-for-big-data-and-net-for-spark/ icon

.NET for Apache Spark به ما API هایی با کارایی عالی و پر قدرت برای استفاده از Apache Spark میدهد.

با استفاده از این API‌ها میتوانیم به محبوب‌ترین قاب‌های داده ( مانند Execl Sheet ) و SparkSQL  دسترسی داشته باشیم. ورژن فعلی 0.12.1 است. NET for Apache Spark

تیم .NET for Apache Spark  قصد دارد تا آخر سال 2020 ورژن 1.0 Microsoft.Spark را منتشر کند.
اجرای برنامه‌های دات نت بر فراز Java Virtual Machine
200, OK
https://github.com/spaceflint7/bluebonnet icon

This is an initial release of a partial implementation of the .NET platform on top of the Java Virtual Machine, and compatible with Android runtime. The Bluebonnet bytecode compiler translates .NET CIL into Java bytecode in Java classes, and additional run-time support is provided by the Baselib library. 

اجرای برنامه‌های دات نت بر فراز Java Virtual Machine