C# 8.0 Using Declarations
With the release of C# 8.0, new C# features have been introduced that make developers lives much easier. C# 8.0 using declarations is just one of those new features.
With the release of C# 8.0, new C# features have been introduced that make developers lives much easier. C# 8.0 using declarations is just one of those new features.
Enabling C# 8 in any Visual Studio 2019 project is easier than you think. It's requires a simple csproj file edit. Let me show you how.