Mosh Hamedani – The Complete ASP.NET MVC 5 Course
$14.00
I share tips from several years’ experience using ASP.NET MVC, including the do’s and don’ts, best practices
Mosh Hamedani – The Complete ASP.NET MVC 5 Course
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.
Beginner to Advanced
Lifetime Access
140 Lessons
7.5 Hours of Video
Exercises and Solutions
Downloadable
Access on Mobile/TV
Certificate
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 -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.
Join 40471 happy students!
Your Instructor
Mosh Hamedani
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.
Get immediately download Mosh Hamedani – The Complete ASP.NET MVC 5 Course
Course Curriculum
Getting ed (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
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)
Updating Data (7:23)
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)
Updating the DOM (3:08)
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
Get immediately download Mosh Hamedani – The Complete ASP.NET MVC 5 Course
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
“The is course is very much worth your time and money. Mosh did an outstanding job explaining each aspect of MVC 5 as well as introducing and using other technologies such as Web API. I’ve been working with MVC since it’s release but felt I needed a refresher course and this was excellent. I would also recommend it to developers just getting into MVC as well because Mosh does a great job of explaining the concepts behind what you’re learning. I really enjoyed it and highly recommend it.” -Scott Smith
“Professionally structured, carefully planned course. Passionate, engaging instructor with great communication skills. Best course I’ve ever had so far. I would love to take the follow-up course on architecture and testing mentioned in the final video.” -Istvan Voros
“I’ve been into web development for more than 15 years, but until recently I was totally new to ASP.NET MVC. Before taking this course I tried other courses, but these were either too complicated for a beginner or didn’t cover all the necessery informations needed to get ed. This is an excellent course to begin with ASP.NET MVC that covers everything you need to create a real world project. The prerequisites are a good understaning of C# (OOP, Lambdas, LINQ…) , Javascript and JQuery” -Marko Pavic
Frequently Asked Questions
When does the course and finish?
The course s now and never ends! It is a completely self-paced online course – you decide when you and when you finish.
How long do I have access to the course?
How does lifetime access sound? After enrolling, you have unlimited access to this course for as long as you like – across any and all devices you own.
What if I am unhappy with the course?
We would never want you to be unhappy! If you are unsatisfied with your purchase, contact us in the first 30 days and we will give you a full refund.
Does this course cover ASP.NET Core?
No! Once you master ASP.NET MVC 5, you can quickly get up to speed with ASP.NET Core. I have a follow-up course called “Build a Real-world App with ASP.NET Core and Angular”. In this course, you’ll get up to speed with ASP.NET Core in the context of building a real app from A to Z.
Read more: https://archive.is/6P5tc
Q & A
Ask a question
Your question will be answered by a store representative or other customers.
Thank you for the question!
Your question has been received and will be answered soon. Please do not submit the same question again.
Error
An error occurred when saving your question. Please report it to the website administrator. Additional information:
Add an answer
Thank you for the answer!
Your answer has been received and will be published soon. Please do not submit the same answer again.
Error
An error occurred when saving your answer. Please report it to the website administrator. Additional information:
Related products
SEO & Design Website
SEO & Design Website
SEO & Design Website
Cheapinternetmarketingtools – Product Launch Formula WP Theme
SEO & Design Website
SEO & Design Website
SEO & Design Website
SEO & Design Website
SEO & Design Website
Reviews
There are no reviews yet