Lightweight Solution load – Microsoft Visual Studio 2017 Feature 2

Whenever we have a multiple number of projects in our solution, Visual Studio takes a lot of time to load all projects, and we have to wait until solution loads all projects. To do small change also we have to wait for a solution to load all projects. To avoid this, Visual Studio 2017 has some extraordinary feature “Lightweight Solution load”. By using this feature, we no need to wait for visual studio solution to load all projects. We can make changes any project even before solution loads all projects. Even we can debug our project also before solution loads all projects.

To enable this feature open Microsoft Visual Studio 2017 and create a new project. Go to Tools => Options => select “Projects and Solutions” and enable “Lightweight solution load for all solutions” as shown below.