This is a series of tutorials that explain ASP.NET MVC.
#1 | Create a Movie Database Application in 15 Minutes with ASP.NET MVC View in VB or C#
#2 | ASP.NET MVC Overview View in VB or C#
#3 | Understanding the ASP.NET MVC Execution Process View in VB or C#
#4 | Understanding Models, Views, and Controllers View in VB or C#
#1 | ASP.NET MVC Routing Overview View in VB or C#
#2 | Creating Custom Routes View in VB or C#
#3 | Creating a Route Constraint View in VB or C#
#4 | Creating a Custom Route Constraint View in VB or C#
#1 | ASP.NET MVC Controller Overview View in VB or C#
#2 | Creating a Controller View in VB or C#
#3 | Creating an Action View in VB or C#
#1 | ASP.NET MVC Views Overview View in VB or C#
#2 | Creating Custom HTML Helpers View in VB or C#
#3 | Displaying a Table of Database Data View in VB or C#
#4 | Using the TagBuilder Class to Build HTML Helpers View in VB or C#
#1 | Creating Model Classes with the Entity Framework View in VB or C#
#2 | Creating Model Classes with LINQ to SQL View in VB or C#
#1 | Performing Simple Validation View in VB or C#
#2 | Validating with the IDataErrorInfo Interface View in VB or C#
#3 | Validating with a Service Layer View in VB or C#
#4 | Validation with the Data Annotation Validators View in VB or C#
#1 | Creating Page Layouts with View Master Pages View in VB or C#
#2 | Passing Data to View Master Pages View in VB or C#
#1 | Understanding Action Filters View in VB or C#
#1 | Improving Performance with Output Caching View in VB or C#
#2 | Adding Dynamic Content to a Cached Page View in VB or C#
#1 | Authenticating Users with Forms Authentication View in VB or C#
#2 | Authenticating Users with Windows Authentication View in VB or C#
#3 | Preventing JavaScript Injection Attacks View in VB or C#
#1 | Creating Unit Tests for ASP.NET MVC Applications View in VB or C#
#1 | Providing Website Navigation with SiteMaps View in VB or C#
#1 | Using ASP.NET MVC with Different Versions of IIS View in VB or C#
#1 | Iteration #1 – Create the Application View in VB or C#
#2 | Iteration #2 – Make the application look nice View in VB or C#
#3 | Iteration #3 – Add form validation View in VB or C#
#4 | Iteration #4 – Make the application loosely coupled View in VB or C#
#5 | Iteration #5 – Create unit tests View in VB or C#
#6 | Iteration #6 – Use test-driven development View in VB or C#
#7 | Iteration #7 – Add Ajax functionality View in VB or C#
#1 | Part 1: File->New Project and Controllers
#2 | Part 2: Views and View Models
#3 | Part 3: Models and Data Access
#4 | Part 4: Edit Forms
#5 | Part 5: Validation and Login Management
#6 | Part 6: Security, AJAX and Final UI