Visual Studio Tips and Tricks

Productivity Driven Development

Setup Multiple Startup Projects

| Comments

Sometimes you need to startup multiple projects while debugging, for example, if you are debugging both the client and server side pieces of a client-server solution. You can do so by right clicking on the Solution in Solution Explorer and selecting Properties. Once the property pages opens up, select “Multiple Startup projects” under Common Properties->Startup Project, and set the Action to “Start” for the projects that you want to automatically start debugging. You can also change the order of startup by using the arrow buttons on the right.

Want to learn more about Visual Studio? Check out this Pluralsight Course.
Use SqlSmash to write maintainable SQL scripts, understand code faster and navigate around easily in SSMS.

Comments