Using Quick Actions in Visual Studio to upgrade project’s language version
In Visual Studio, you have seen the light bulb, if there is an error, Visual Studio provides a suggestion for…
In Visual Studio, you have seen the light bulb, if there is an error, Visual Studio provides a suggestion for…
Visual Studio allows you to choose the C# language latest versions for your project. To choose the C# language latest versions,…
Continuing with the Back to Basics series, here is another common and frequently asked question. What is the difference between…
The Common Language Runtime (CLR) provides key features including memory management, security, exception handling for all programming languages that are…
During the development, often, we require generating classes from JSON objects or XML objects, typically when we need a data…
Continuing with the Back to Basics series, here is another common and quite confusing question. What is read-only and constant…
The enum type is one of the common features that we used during almost every implementation. While the declarations and…
The recent updates of Visual Studio 2017 (version 15.5 Preview) comprise with several sets of new features and improvements. Once…