Microsoft .NET | News, how-tos, features, reviews, and videos
Take advantage of best practices for using StringBuilder to reduce memory allocations and improve the performance of your string operations.
Microsoft’s internal .NET reverse proxy project gets close to a public release.
The company apologized for ‘inadvertently’ removing the Hot Reload capability from the .NET SDK repo, and will include it in the GA build of the .NET 6 SDK.
Learn the different ways to dispose of objects that implement IDisposable in ASP.NET Core.
Take advantage of the fast, easy, and lightweight Simple Injector inversion of control library to implement dependency injection in your ASP.NET Core MVC applications.
Microsoft has made a version 17.0 release candidate and Preview 5 of the newly 64-bit IDE available with a go-live license for production use.
Take advantage of the Developer Exception Page middleware in ASP.NET Core MVC to display detailed, developer-friendly error messages in your development environment but not in production.
Take advantage of anti-forgery tokens in ASP.NET Core to protect users of your applications against cross site request forgery exploits.
A new .NET release will be here soon, with a new set of compilers that promises a cross-platform future.
Why loose coupling between components makes your .NET application more flexible, manageable, scalable, and testable.