Global and implicit Using statements in C# 10
Global and implicit Using statements in C# 10 reduce the number of usings you need to specify at the top of each file.
File-scoped Namespaces in C# 10
File-scoped Namespaces in C# 10 simplify your code and removes a level of nesting.
.NET MAUI Preview 4 available
Microsoft announces the availability of .NET Multi-platform App UI (.NET MAUI) Preview 4.
Parsing Command Line Arguments in .NET Core
Using the natemcmaster/CommandLineUtils in C# for parsing CommandLine Arguments and Options with easy.
MSFT Workshop - All about Microservices
Video Series from .NET Conf 2020: What are microservices? How they work? Their benefits and challenges? The problems they solve. How to design and deploy them (~4.5 hours).
.NET Multi-platform App UI
Microsoft introduces .NET Multi-platform App UI with .NET 6 release, replacing the 6 year old Xamarin.Forms SDK.
ASP.NET Response Compression
Response Compression for both classic ASP.NET MVC and ASP.NET Core
QueryStrings in ASP.NET Core
In ASP.NET Core we have the QueryHelpers class for automatically creating QueryStrings. No more dealing with encoding/decoding strings, ampersand and question marks manually!