C# 8.0 Using Declarations

C# 8.0 Using Declarations

If you have been writing C# for any length of time, you will know that it has always had a level of nesting. The use of using statements in C# don't make this any better. Now, with the release of C# 8.0, new C# features have been introduced that make

Enabling C# 8 in Visual Studio 2019

using c# 8 in visual studio 2019

We can probably all agree that C# 8.0 is a version of the language packed with many new features. The problem is that some developers think that you can only use C# 8 if you are using .NET Core 3 or .NET Standard 2.1. That's not entirely true. Enabling C#