Microsoft .NET | News, how-tos, features, reviews, and videos
Upgrade to Microsoft’s functional .NET programming language adds string interpolation in latest preview
New AnalysisLevel in the C# compiler introduces warnings for common coding mistakes and other latent bugs in a safe way
Learn how to use gRPC, a language-agnostic, high-performance RPC framework, to build lightweight, high-performance services in ASP.NET Core 3.0
Learn when static methods can’t be unit tested and how to use wrapper classes and the Moq and xUnit frameworks to unit test them when they can
Model-view-viewmodel works well with XAML and .NET. Now there’s a first-class implementation from the .NET community
Take advantage of redirect action results in ASP.NET Core MVC to elegantly redirect a request to a specified URL
Follow these best practices to eliminate God objects and design classes that are loosely coupled, cohesive, and easy to maintain
Take advantage of attribute-based routing in ASP.NET Core to decouple the controller and action names from the route template and allow more flexibility in your routing.
Explore the various ways in which you can pass parameters to action methods in ASP.NET Core MVC
Take advantage of API Analyzers and Swagger to improve the documentation of your ASP.NET Core APIs