Global and implicit Using statements in C# 10

Programming

Global and implicit Using statements in C# 10 reduce the number of usings you need to specify at the top of each file.

Read more...

File-scoped Namespaces in C# 10

Programming

File-scoped Namespaces in C# 10 simplify your code and removes a level of nesting.

Read more...

.NET MAUI Preview 4 available

Information

Microsoft announces the availability of .NET Multi-platform App UI (.NET MAUI) Preview 4.

Read more...

Parsing Command Line Arguments in .NET Core

Programming

Using the natemcmaster/CommandLineUtils in C# for parsing CommandLine Arguments and Options with easy.

Read more...

MSFT Workshop - All about Microservices

Video

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).

Read more...

.NET Multi-platform App UI

Information

Microsoft introduces .NET Multi-platform App UI with .NET 6 release, replacing the 6 year old Xamarin.Forms SDK.

Read more...

ASP.NET Response Compression

Programming

Response Compression for both classic ASP.NET MVC and ASP.NET Core

Read more...

QueryStrings in ASP.NET Core

Programming

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!

Read more...

The future of .NET Core

Information

.NET Core is dead, long live .NET

Read more...