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,…
Visual Studio 2017 has a re-designed the start page that prioritizes and rearranged items, which made it cleaner and easy…
Visual Studio 2017 having a reshaped start page. Be it with getting started documents, picking up your recent projects, or…
In Visual Studio, you can use Exception Settings Window to manage the exceptions – for which exception to break, at…
During debugging in Visual Studio, attaching to a process is a very common activity, and as a developer, we are…
In Visual Studio 2017 dotted structure guide lines in your code, between the curly braces ({}), helps in identifying…
Visual Studio 2017 introduced an interesting feature that draw a dotted structure guide lines on your code. It draw a…