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…
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…
The Interactive Window in Visual Studio is a great utility to play around the code, language features, API’s and other…
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…