ASP.NET Core lets you bundle up business functionality along with its related UI into a view component that you can reuse in throughout your application. In this column, I'm going to take a look at ...
Take advantage of Microsoft.IO.RecyclableMemoryStream to eliminate LOH allocations and avoid memory fragmentation and memory leaks in your .NET Core applications. Microsoft.IO.RecyclableMemoryStream ...
Take advantage of ASP.Net Core’s support for response compression middleware to get more compression in less time using Brotli When working with RESTful services that leverage the ASP.Net Core Web API ...