ASP.NET MVC 5 Complete Course

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
$14.99 / $24.99
Getting Started
-
1. Introduction2m 17s
-
2. MVC Architectural Pattern2m 45s
-
3. Setting Up the Development Environment2m 7s
-
4. Your First ASP.NET MVC App6m 56s
-
5. MVC in Action6m 44s
-
6. Adding a Theme2m 50s
-
7. Course Layout1m 55s
ASP.NET MVC Fundamentals
-
1. Introduction22s
-
2. Action Results4m 55s
-
3. Action Parameters5m 41s
-
4. Convention-based Routing5m 11s
-
5. Attribute Routing3m 26s
-
6. Passing Data to Views4m
-
7. View Models3m 46s
-
8. Razor Syntax4m 11s
-
9. Partial Views4m 4s
-
10. Exercise2m 17s
-
11. Solution1m 45s
-
12. Summary24s
Working with Data
-
1. Introduction31s
-
2. Entity Framework1m 31s
-
3. Database-first vs Code-first3m 53s
-
4. Code-first Migrations4m 59s
-
5. Changing the Model5m 27s
-
6. Seeding the Database4m 16s
-
7. Overriding Conventions2m 35s
-
8. Querying Objects4m 25s
-
9. Eager Loading2m 35s
-
10. Shortcut to Package Manager Console44s
-
11. Exercise 1: Add membership type to list of customers1m 38s
-
12. Exercise 2: Add birthdate to customer56s
-
13. Exercise 3: Display the list of movies and their details1m 30s
-
14. Summary29s
Building Forms
-
1. Introduction16s
-
2. The Markup7m 35s
-
3. Labels2m 53s
-
4. Drop-down Lists7m 30s
-
5. Model Binding3m 46s
-
6. Saving Data1m 24s
-
7. Edit Form5m 40s
-
8. Updating Data7m 14s
-
9. Exercise2m
-
10. Troubleshooting Entity Validation Errors4m 6s
-
11. Summary30s
Implementing Validation
-
1. Introduction24s
-
2. Adding Validation3m 23s
-
3. Styling Validation Errors3m 19s
-
4. Data Annotations59s
-
5. Custom Validation6m 21s
-
6. Refactoring Magic Numbers3m 25s
-
7. Validation Summary4m 2s
-
8. Client-side Validation5m 18s
-
9. Anti-forgery Tokens4m 44s
-
10. Exercise1m 41s
-
11. Code Review6m 11s
-
12. Summary30s
Building RESTful Services with ASP.NET Web API
-
1. Introduction20s
-
2. What is a Web API?3m 37s
-
3. RESTful Convention1m 31s
-
4. Building an API9m 15s
-
5. Testing an API3m 56s
-
6. Data Transfer Objects3m 55s
-
7. Auto Mapper7m 26s
-
8. Using Camel Notation2m 6s
-
9. IHttpActionResult4m 48s
-
10. Exercise44s
-
11. Summary36s
Client-side Development
-
1. Introduction33s
-
2. Calling an API Using jQuery6m 44s
-
3. Bootbox Plug-in3m 34s
-
4. Optimizing jQuery Code1m 27s
-
5. DataTables Plug-in5m 21s
-
6. DataTables with Ajax Source6m 43s
-
7. Returning Hierarchical Data3m 35s
-
8. DataTables: Removing Records2m 6s
-
9. DataTables: Discussion Points2m 1s
-
10. Single Page Applications (SPAs)2m 24s
-
11. Exercise23s
-
12. Summary33s
Authentication and Authorization
-
1. Introduction21s
-
2. The Problem52s
-
3. Authentication Options2m 31s
-
4. ASP.NET Identity4m 1s
-
5. Restricting Access3m 12s
-
6. Seeding Users and Roles8m 11s
-
7. Working with Roles6m 4s
-
8. Adding Profile Data4m 16s
-
9. OAuth3m 20s
-
10. Social Logins9m 11s
-
11. Exercise1m 32s
-
12. Summary40s
Performance Optimization
-
1. Introduction20s
-
2. Overview4m 43s
-
3. Data Tier4m 40s
-
4. Glimpse6m 19s
-
5. Output Cache4m 48s
-
6. Data Cache4m 6s
-
7. Async2m 59s
-
8. Release Builds36s
-
9. Disabling Session1m 38s
-
10. Client Tier4m 42s
-
11. Chrome Developer Tools Tip1m 16s
-
12. Summary1m 36s
Building a Feature End-to-End Systematically
-
1. Introduction1m 12s
-
2. Understanding the Problem4m 25s
-
3. Domain Modelling2m 41s
-
4. Building the Simplest API1m 29s
-
5. Adding the Details4m 54s
-
6. Edge Cases5m 42s
-
7. Building the Front-end6m 9s
-
8. Adding Auto-completion8m 51s
-
9. Updating the DOM3m 8s
-
10. Improving the Look and Feel3m 45s
-
11. Filtering Records2m 25s
-
12. Submitting the Form3m 6s
-
13. Displaying Toast Notifications1m 24s
-
14. Implementing Client-side Validation4m 54s
-
15. Code Review3m 55s
-
16. Summary1m 56s
Deployment
-
1. Introduction23s
-
2. Deploying the Application4m 36s
-
3. Deploying the Database2m 20s
-
4. Build Configurations3m 41s
-
5. Application Settings4m 55s
-
6. Securing Configuration Settings7m 2s
-
7. Custom Error Pages9m 4s
-
8. Logging Unhandled Exceptions4m 6s
-
9. Final Touch3m 18s
-
10. What's Next?1m 38s