From the course: ASP.NET Web Forms Essential Training

Unlock the full course today

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

Development environment

Development environment - ASP.NET Tutorial

From the course: ASP.NET Web Forms Essential Training

Start my 1-month free trial

Development environment

- [Instructor] Before we explore the project structure, let's have a quick look at Visual Studio and the development environment that we are using. So, there are a few things that would be of interest. First of all, View. In the View, you get a lot of windows that you can open and will help you with different aspects of your application development. So whenever you need to open a window, look if it's here. If you don't see it here, look in other windows because those definitely will give you what you actually need inside your project. The second menu of importance is actually Build. So, we have several here. One of them is Build Solution. So, Build Solution it means that we'll take every single project in this current solution and it will build it. Now, sometimes you might want to a rebuild. Rebuild means that you remove everything that was built before and then you build a solution from scratch. That's in practice. Cleaning the solution meaning removing all the intermediary files and…

Contents