بهینه سازی عملکرد دانت پیچیده نیست
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.  

بهینه سازی عملکرد دانت پیچیده نیست
افزونه‌ای برای مشاهده‌ی 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 در برنامه
معرفی Web Framework Benchmarks
200, OK
https://github.com/the-benchmarker/web-frameworks icon

In case you are curious, a new benchmark appeared. The benchmark is really simple at present, but I think their plans are to increase the complexity over time to show a more real-world use case than something like the TechEmpower benchmarks which are typically optimized for performance.

معرفی Web Framework Benchmarks