From the course: Learning ASP.NET

Unlock the full course today

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

Sample web application setup

Sample web application setup

From the course: Learning ASP.NET

Start my 1-month free trial

Sample web application setup

- [Instructor] In the exercise files for this video, I've set up an asp.net NVC application that we'll use for hands on coding. In solution explorer, you'll see this new project called NVC application. I added it by clicking on new project and choosing asp.net web application. Then on the next screen, I selected the NVC option. Let's cancel out and get back to the NVC application. It represents a mock university called Roux Academy. I've already incorporated the HTML and styling for the site and added a starter set of views. Let's take a quick look by running the site. Click on the programs link in the menu, and you'll see the corresponding programs view. Notice in the URL, that the route is home forward slash programs and if you click on the about menu, the route changes to home forward slash about. We'll take a closer look at NVC routing a little bit later. Let's explore the site's structure to give you a better understanding of asp.net NVC apps. Expand the app start folder and open…

Contents