*** Proof of Product ***
Exploring the Essential Features of “Mosh Hamedani – The Complete ASP.NET MVC 5 Course”
The Complete ASP.NET MVC 5 Course
Learn to build and deploy fast and secure web applications with ASP.NET MVC 5
Learn to build Web apps with ASP.NET MVC
ASP.NET MVC is a popular framework for building dynamic web apps with C#.
Mastering ASP.NET MVC will really boost your career, especially if you’re looking to work at companies using Microsoft technologies.
If you’re tired of slow, repetitive and boring courses, I’ve got the perfect course for you.
This course offers a complete path to master ASP.NET MVC 5, from novice to expert.
Highly technical with a perfect mix of theory and practice. It covers absolutely every detail you could possibly need to build web apps with ASP.NET MVC (equivalent to a 500-page book).
I share tips from several years’ experience using ASP.NET MVC, including the do’s and don’ts, best practices, common mistakes and practical shortcuts that every professional ASP.NET MVC developer needs to know.
By the end of this course, you’ll be able to…
- Build and deploy fast and secure ASP.NET MVC apps with confidence
- Implement user requirements using a systematic approach
- Get ready to learn ASP.NET Core
- Build APIs using ASP.NET Web API
- Use Entity Framework (code-first) to store and retrieve data
What You’l Learn…
Unlike other courses teaching you how to build dummy apps, I’m going to show you how to build a real video rental app. You’ll master all the essential skills you need to build professional quality apps.
- Implement CRUD operations
- Build forms with validation
- Build RESTful services using ASP.NET Web API
- Use Entity Framework code-first workflow to build a model
- Implement security, authentication and authorization using ASP.NET Identity
- Use powerful jQuery plugins
- Optimize application’s performance
- Build and deploy your applications
- Shortcuts to write code fast
- And much, much more…
Bite-sized, memorable and easy-to-digest videos with zero fluff
“Thank you Mosh! Using your courses I was able to finish my C# MVC – web applications developer certifications! And this gave me an opportunity to work for a fantastic start-up! I am a full-stack developer and I come back to discover new techniques all the time. Again thank you!”
– Anna Shilova
“Thanks a lot Sir. I was able to land my first job as a ASP.NET Developer. I simply watched your ASP.NET MVC and Entity Framework courses and fell in love with them. I explained the same practices and techniques that you show and was hired immediately. Thanks a lot again Sir.”
– Turab Naveed
Who is this course for?
- Anyone wanting to learn ASP.NET MVC from scratch
- Anyone preparing for job interviews
- Existing ASP.NET MVC developers who want to brush up on their skills
Prerequisites
To take this course, you should have at least three months experience programming in C#. Also, any familiarity with Entity Framework will be helpful but not required.
Your Instructor
Mosh Hamedani
Hi! My name is Mosh Hamedani. I’m a software engineer with two decades of experience. I’ve taught millions of people how to code and how to become professional software engineers through my online courses and YouTube channel.
I believe coding should be fun and accessible to everyone.
Course Curriculum
Getting Started (25m)
Introduction (2:48)
MVC Architectural Pattern (2:50)
Setting Up the Development Environment (2:07)
Your First ASP.NET MVC App (6:55)
MVC in Action (6:44)
Adding a Theme (2:50)
Course Layout (1:55)
Follow Me Around
Learning Paths
ASP.NET MVC Fundamentals (40m)
Introduction (0:22)
Action Results (4:58)
Action Parameters (5:54)
Convention Based Routes (5:16)
Attribute Routing (3:28)
Passing Data to Views (4:03)
View Models (3:48)
Razor Syntax (4:19)
Partial Views (4:15)
Cheat Sheet- ASP.NET MVC Fundamentals
Exercise (2:17)
Solution (1:45)
Summary (0:24)
Working with Data (40m)
Introduction (0:31)
Entity Framework (1:35)
Database-first vs Code-first (3:59)
Code First Migrations (5:21)
Changing the Model (5:36)
Seeding the Database (4:18)
Overriding Conventions (2:38)
Querying Objects (4:28)
Eager Loading (2:38)
Shortcut to Package Manager Console (1:00)
Cheat Sheet- Entity Framework
Exercise 1 (1:38)
Exercise 2 (0:56)
Exercise 3 (1:29)
Summary (0:28)
Building Forms (40m)
Introduction (0:16)
The Markup (7:39)
Form Labels (2:56)
Drop-down Lists (7:33)
Model Binding (3:48)
Saving Data (1:26)
Edit Form (5:43)
Cheat Sheet- Building Forms
Exercise (2:00)
Troubleshooting Entity Validation Errors (4:06)
Summary (0:30)
Implementing Validation (35m)
Introduction (0:24)
Adding Validation (3:27)
Styling Validation Forms (3:25)
Data Annotations (1:05)
Custom Validation (6:24)
Refactoring Magic Numbers (3:28)
Validation Summary (4:05)
Client-side Validation (5:35)
Anti-forgery Tokens (4:51)
Cheat Sheet- Implementing Validation
Exercise (1:41)
Code Review (6:11)
Summary (0:30)
Building RESTful Services with ASP.NET Web API (40m)
Introduction (0:20)
What is a Web API (3:44)
RESTful Convention (1:47)
Building an API (9:21)
Testing an API (3:58)
Data Transfer Objects (3:57)
Auto Mapper (7:31)
Using Camel Notation (2:09)
IHttpActionResult (4:51)
Cheat Sheet- Building Web APIs
Exercise (0:44)
Summary (0:36)
A Quick Note
Client-side Development (45m)
Introduction (0:33)
Calling an API Using jQuery (6:47)
Bootbox Plug-in (3:36)
Optimizing jQuery Code (1:29)
DataTables Plug-in (5:32)
DataTables with Ajax Source (6:45)
Returning Hierarchical Data (3:37)
DataTables- Removing Records (2:09)
DataTables- Discussion Points (2:08)
Single Page Applications (SPAs) (2:31)
Cheat Sheet- Client-sid Development
Exercise (0:22)
Summary (0:33)
Authentication and Authorization (45m)
Introduction (0:21)
The Problem (0:58)
Authentication Options (2:33)
ASP.NET Identity (4:13)
Restricting Access (3:14)
Seeding Users and Roles (8:44)
Working with Roles (6:08)
Adding Profile Data (4:22)
OAuth (3:22)
Social Logins (9:16)
Cheat Sheet- Authentication and Authorization
Exercise (1:31)
Summary (0:40)
Performance Optimization (50m)
Introduction (0:20)
Overview (4:50)
Data Tier (4:45)
Glimpse (6:33)
Output Cache (4:53)
Data Caching (4:16)
Async (3:03)
Release Builds (0:38)
Disabling Session (1:52)
Client Tier (4:52)
Chrome Developer Tools Tip (1:15)
Cheat Sheet- Performance Optimization
Summary (1:36)
Building a Feature End-to-End Systematically (45m)
Introduction (1:12)
Understanding the Problem (4:35)
Domain Modelling (2:41)
Building the Simplest API (1:29)
Adding the Details (4:54)
Edge Cases (5:41)
Building the Front-end (6:09)
Adding Auto-completion (8:51)
Improving the Look and Feel (3:45)
Filtering the Records (2:25)
Submitting the Form (3:05)
Displaying Toast Notifications (1:24)
Implementing Client-side Validation (4:54)
Code Review (3:54)
Summary (1:56)
Deployment (50m)
Introduction (0:23)
Deploying the Application (4:42)
Deploying the Database (2:31)
Build Configurations (4:00)
Application Settings (5:25)
Securing Configuration Settings (7:04)
Custom Error Pages (9:10)
Logging Unhandled Exceptions (4:13)
Final Touch (3:37)
Wrap Up
What’s Next
What other students say
“Amazing course from Mosh! After I finished the C# series, I moved directly to this course and learn so much and even developed a successful web app in my internship! Thanks Mosh for a great course!!” –Menny Atia
“Mosh never disappoints. Clear explanations. Exercises that will test you knowledge. Great instruction as always. I also love that he includes shortcuts and best practices. Worth the time and money!” –Lara Caves
“Course teaches exactly what the title promises to teach. Quality of production, content, and lectures are excellent! Explanations of the how and why are also a nice touch!” –Pierre Gadea
Become an ASP.NET MVC Rockstar!
Here’s what you get when you enroll.
- 7.5 hours of HD videos
- 140 lessons
- Exercises and solutions
- Little-known expert tips
- Best practices to apply
- Common mistakes to avoid
- Downloadable source code
- Learn at your own pace
- Watch online or offline
- Watch on any device
Please see the full list of alternative group-buy courses available here: https://lunacourse.com/shop/