Microsoft .NET | News, how-tos, features, reviews, and videos
What should Microsoft platform developers focus on in 2020? .NET 5, WinUI 3.0, AKS, WSL 2, and Azure Sphere, for starters
Proposed capabilities for C# 9 include simplified parameter null validation, record types, and switch expressions
Take advantage of the simple and easy RestSharp library to consume RESTful services in ASP.NET Core
Take advantage of the async methods in Dapper to improve the scalability and performance of your ASP.NET Core applications.
Null reference types promise to help developers eliminate common, difficult-to-debug null reference exceptions
Take advantage of feature flags to easily enable and disable features in your application without changing its codebase.
Take advantage of default interface methods in C# 8.0 to add new methods to an interface without breaking existing implementations.
Exception handling is different for asynchronous code. Learn the exception handling semantics for asynchronous methods in C#.
Pulumi allows devs and ops to provision and manage infrastructure on Kubernetes and public clouds using popular programming languages
Take advantage of the FromServices attribute in ASP.NET Core to inject dependencies directly into your action methods.