
We guarantee that all our online courses will meet or exceed your
expectations. If you are not fully satisfied with a course - for
any reason at all - simply request a full refund. We guarantee no
hassles. That's our promise to you.
Go ahead and order with confidence!

| Section 01: Getting Started | |||
| Introduction | |||
| Course Curriculum | |||
| How to get course requirements | |||
| Getting started on Windows, Linux or Mac | |||
| How to ask great questions | |||
| FAQ’s | |||
| Section 02: ASP.NET Basics | |||
| Section Introduction | |||
| What you can build with ASPNET Core | |||
| What is ASPNET Core | |||
| How to get Visual Studio | |||
| Installing Visual Studio and ASPNET | |||
| Creating New project | |||
| Summary | |||
| Section 03: Prerequisites: HTML, CSS and Bootstrap | |||
| Section Introduction | |||
| HTML Overview | |||
| Paragraph | |||
| HTML List Items | |||
| Forms | |||
| CSS overview | |||
| CSS internal | |||
| CSS External | |||
| CSS Forms | |||
| Bootstrap Overview | |||
| First Bootstrap Website | |||
| Bootstrap Grids System | |||
| Bootstrap Cards | |||
| Summary | |||
| Section 04: ASP.NET MVC: Movie Project | |||
| Section Introduction | |||
| Source Code reference | |||
| MVC – Model View Controller | |||
| Create a MVC project | |||
| Exploring the MVC Template | |||
| Section 05: Creating Controller | |||
| Add a controller | |||
| URL routing logic | |||
| Section 06: Creating View | |||
| Add a Razor view | |||
| Change views and layout pages | |||
| Passing Data from Controller to View | |||
| Section 07: Creating Model | |||
| Add a model | |||
| Add Entity Framework packages | |||
| Scaffold movie pages-CRUD | |||
| Section 08: Database Migrations | |||
| Initial migration | |||
| Generated database context class | |||
| Dependency injection | |||
| Database connection string | |||
| Summary | |||
| Section 09: Working with Database | |||
| Section Introduction | |||
| SQL Server Express Local DB | |||
| Seed the database | |||
| Add the seed initializer | |||
| Summary | |||
| Section 10: Add search to ASP.NET Core MVC app | |||
| Section Introduction | |||
| Add search method to controller | |||
| Add search to page | |||
| Search by parameter | |||
| Summary | |||
| Section 11: Model Update | |||
| Section introduction | |||
| Add a new field to model | |||
| Add-Migration | |||
| Update database | |||
| Summary | |||
| Section 12: Validations | |||
| Add validation rules to model | |||
| Required and Minimum Length | |||
| Regular Expression | |||
| Range | |||
| String Length | |||
| Validation on Error UI | |||
| Enable JavaScript on Browser | |||
| Section 13: Examine the Details and Delete | |||
| Code review on Details method | |||
| Code review on Delete method | |||