From the course: Visual Studio Tips and Techniques for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution Explorer and Scope to This

Solution Explorer and Scope to This - Visual Studio Tutorial

From the course: Visual Studio Tips and Techniques for Developers

Start my 1-month free trial

Solution Explorer and Scope to This

- [Instructor] Did you know that you can have multiple Solution Explorer windows open? It's true and in this tip, I'll show you how to compare files across projects without using a div tool. By default, when you open Solution Explorer the root node of the Explorer is the Solution and then it has these children nodes, which are each of the projects. I'll use these top two projects for this demonstration, BasicMvc and BasicRazorPages. I use these in some of my conference talks where I'm talking about the file structure differences between an asp.net MVC project and an asp.net razor page project. So, the first thing I want to do is create a new Solution Explorer window showing this project. To do that, I right click and choose new Solution Explorer view. You see that I now have two Solution Explorers and I can switch back and forth between the two of them. What I like to do is put the title bars at the same position,…

Contents