My Favorite – Visual Studio Tips and Tricks – Nishant Rana’s Weblog
Sharing some of my favorites Select entire line of code Put the cursor anywhere in that line of code and without selecting anything just…
Sharing some of my favorites Select entire line of code Put the cursor anywhere in that line of code and without selecting anything just…
While trying to publish one of our console application to Azure as Web Job we couldn’t find the “Publish as Azure WebJob..” option It…
Recently while developing SSIS packages, the Visual Studio (SSDT) got crashed. After restarting the Visual Studio and trying to execute the package we got…
A vital part of any DevOps automation activity is to facilitate automatic builds of code projects on regular cycles. In larger teams, this becomes…
To debug any project in visual studio, you must set a startup object as the below error you can set a startup object easily, just right click…