From the course: Learning ASP.NET

Sample application introduction

From the course: Learning ASP.NET

Start my 1-month free trial

Sample application introduction

- [Instructor] I'd like to give you a quick overview of the sample application we'll be working with. One way to effectively learn a concept is to build a working example. We'll do that using a site for a mock university called Roux Academy. If you browse to rouxacademy.com, you'll get to the live site. It represents an art university and it's made up of static HTML pages and CSS styles. You can click on menus like programs, and about, to get a feel for the site's content. I've taken the HTML and styling for this static site and integrated it into an ASP.NET MVC application. You'll find the sample app in the exercise files when we start learning about MVC. And that's just a preview of what's to come when we get further into the course.

Contents