> How to build the NerdDinner.com website using ASP.NET MVC 1. For the ASP.MVC 3 version, please visit [nerddinner.codeplex.com](http://nerddinner.codeplex.com/).
- [Introducing the NerdDinner Tutorial](introducing-the-nerddinner-tutorial.md)
- [Create a New ASP.NET MVC Project](create-a-new-aspnet-mvc-project.md)
- [Create a Database](create-a-database.md)
- [Build a Model with Business Rule Validations](build-a-model-with-business-rule-validations.md)
- [Use Controllers and Views to Implement a Listing/Details UI](use-controllers-and-views-to-implement-a-listingdetails-ui.md)
- [Provide CRUD (Create, Read, Update, Delete) Data Form Entry Support](provide-crud-create-read-update-delete-data-form-entry-support.md)
- [Use ViewData and Implement ViewModel Classes](use-viewdata-and-implement-viewmodel-classes.md)
- [Re-use UI Using Master Pages and Partials](re-use-ui-using-master-pages-and-partials.md)
- [Implement Efficient Data Paging](implement-efficient-data-paging.md)
- [Secure Applications Using Authentication and Authorization](secure-applications-using-authentication-and-authorization.md)
- [Use AJAX to Deliver Dynamic Updates](use-ajax-to-deliver-dynamic-updates.md)
- [Use AJAX to Implement Mapping Scenarios](use-ajax-to-implement-mapping-scenarios.md)
- [Enable Automated Unit Testing](enable-automated-unit-testing.md)