Back to Basics – Building Solutions in Visual Studio – Build Vs. Rebuild
“Build Solution” and “Rebuild Solution” are the most commonly used features in Visual Studio. As a developer you writes code,…
“Build Solution” and “Rebuild Solution” are the most commonly used features in Visual Studio. As a developer you writes code,…
In this post we are going to talk about yet another very basic, simple topic but seems confusing among many beginners…
In present day, each one of us wants to use tools which can help us reduce our day to day…
By default NuGet packages gets downloaded from the public feed of Nuget Package Source ( https://api.nuget.org/ ). However, there could …
CodeLens feature was introduced with Visual Studio 2013 with early name of ‘Code Information Indicators’ . The main purpose of CodeLens…
The Universal Windows Platform project templates for Visual Studio 2015, allows us to create and run app on a Windows 10…
While working in a large Visual Studio Solution with several numbers of projects, keeping track of currently active / working…
Disabling the Application Insights during development / debug mode could be a common requirement. Getting Started with Application Insights is very easy and it helps…