Tag: #csharp-10

Posts tagged with #csharp-10

A Guide to C# 10 Global Usings

An introduction to the new global using directives feature in C# 10. Learn how this feature can help you reduce repetitive using statements and clean up the top of your C# files.

Read more

A First Look at .NET 6 and C# 10

An early look at the exciting new features coming in .NET 6 and C# 10. From Minimal APIs and Hot Reload to global usings and file-scoped namespaces, we explore the next evolution of the .NET platform.

Read more