Microsoft .NET | News, how-tos, features, reviews, and videos
Planned improvements include better integration with Git and online environments, enhancements to C++, .NET, Blazor, XAML, and Xamarin
Take advantage of a Quartz.NET hosted service to schedule background jobs in your ASP.NET Core application.
Take advantage of the inversion of control pattern to loosely couple the components of your application and make them easier to test and maintain.
Learn the three ways you can return data from your ASP.NET Core Web API action methods.
Experimental support allows ASP.NET Core gRPC apps and .NET Core gRPC clients to call gRPC services directly
Take advantage of pattern matching improvements in C# 8.0 to write code that is more readable, maintainable, and efficient
Take advantage of lambda expressions in C# to add flexibility and power to the anonymous methods in your application.
Take advantage of projections in C# to transform an object into a new form that has only the properties you need.
Take advantage of FormatFilterAttribute in ASP.NET Core to format response data based on the request URL.
Take advantage of the flyweight design pattern to reduce memory consumption when working with many similar objects.