Tag archives for C#7.1
Asynchronous Main Method in C# 7.1
As we are aware all .NET based applications will be having an entry point and .NET runtime will load and start executing the application from here. Since C# , we…
How to Enable C# 7.1 to my Projects
By default C# was shipped With Visual Studio 2017 and this is the major release (March 2017) till now. In August 2017 a minor version of C# was released and version named as C#…