Picking up New Project Template right from the Start Page in Visual Studio 2017
Visual Studio 2017 having a reshaped start page. Be it with getting started documents, picking up your recent projects, or…
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…
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…
Attaching to a process during debugging, is one of the very common task. We can attach the Visual Studio debugger…
Microsoft Bot Framework is a comprehensive suite of tools and offering to build and deploy the conversational chat bots for…
In the previous post you have seen how we can use the CodeLens to display the Application Insights Exception Telemetry…