Microsoft .NET | News, how-tos, features, reviews, and videos
The experimental project addresses common pain points of developing, testing, and deploying microservices and distributed applications
Take advantage of dependency injection to make your action methods in ASP.NET Core lean, clean, and maintainable
The next version of Microsoft’s Java rival will offer new capabilities ranging from records to value-based equality
The .NET MAUI framework will allow developers to build Windows, MacOS, iOS, and Android apps from a single codebase
Take advantage of data annotations to decorate your models using attribute tags so that your application’s data definition can be managed in a single place.
Take advantage of the options pattern to load configuration data directly into your classes at runtime for simple and flexible configuration data management
A new C# compiler feature that inspects code and generates additional source files promises to improve performance in a number of scenarios
Learn how to implement endpoint routing in ASP.NET Core 3.0 MVC to bring more flexibility and functionality to your applications
Take advantage of GUIDs to create universally unique identifiers and avoid data collisions in your applications
Learn how to use the ClosedXML NuGet package to export data as a CSV or XLSX file for Excel from an ASP.NET Core application.