From the course: ASP.NET MVC: Building for Productivity and Maintainability

Using the exercise files

From the course: ASP.NET MVC: Building for Productivity and Maintainability

Start my 1-month free trial

Using the exercise files

- [Instructor] Since this is a course about software development I'm going to be writing a lot of code. And while I expect you to follow along by running the same code on your local machine, I don't necessarily expect you to have to type every character that I type. And I don't know about you, but whenever I'm having trouble running some sample code that I'm writing along with a training course I always like to have a full working version of that code that I can refer to when I need it. So to make that possible, I've captured a snapshot of the code as it is at the end of every video and I've shared it in my GitHub repository for this course. You can find the repository at github.com/jchadwick/ProductiveAspNetMvc Once your on the repository's page you can view the files right in your browser. In this repository you'll find a set of top level folders defining each of the chapters in the course. And inside of each of these chapter folders you'll find folders corresponding to each video in the course, with each video having a begin and an end folder containing the full source code as it is at the beginning or the end of that video. In addition to viewing the files online you'll probably also want to grab the files to work with them locally, which you can do by clicking the clone or download button on the repository. This will give you the option to either clone a local copy to your desktop or download the whole repository as a zip file. Alternately you can download the exercise files as a prepackaged zip file attached right to this course. Either way you want to access it, the full source code is there if you need it. I encourage you to refer to it as much and as often as you need in order to get the most out of this course.

Contents