Did you know – You can automatically create classes from JSON or XML in Visual Studio?
During the development, often, we require generating classes from JSON objects or XML objects, typically when we need a data…
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…
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…