Microsoft .NET | News, how-tos, features, reviews, and videos
Take advantage of the DinkToPdf and wkhtmltopdf libraries to generate PDF documents from HTML templates in ASP.NET Core 5.
Take advantage of init-only setters to make configuration options immutable in ASP.NET Core MVC 5 to avoid unnecessary assignments and eliminate opportunities for errors.
Developers of Microsoft’s open source data access framework eye performance boost, SQL Server temporal table support, JSON columns for late 2021 release.
Follow-up to .NET Micro Framework brings IoT, wearables, and robotics development to .NET developers and Visual Studio.
Learn how to use constructor injection, property injection, method injection, and the service locator pattern in ASP.NET Core MVC 5, along with their caveats.
Take advantage of security headers in ASP.NET Core MVC 5 to protect your website against cross-site scripting, code injection, clickjacking, and other attacks.
Improved throughput and reduced application size are also on the drawing board for the System.Text.Json serializer.
Understand the differences between a singleton class and a static class and when to use which in your applications.
Recognizing that the open source .NET ecosystem is not as strong as it could be, the company wants to work with developers of third-party .NET libraries to improve their quality.
Handle unknown actions elegantly in ASP.NET 5 by creating routes that dynamically map to the views in your application.