Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Online Business Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development ASP.NET Core

Complete guide to ASP.NET Core MVC (.NET 5)

Build real world application using ASP.NET Core MVC, Entity Framework Core and ASP.NET Core Identity.
Rating: 4.4 out of 54.4 (2,679 ratings)
13,288 students
Created by Bhrugen Patel
Last updated 2/2021
English
English [Auto], Italian [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Learn structure of ASP NET MVC Core 3.1 Project
  • Learn structure of ASP NET Core 3.1 Razor Project
  • Learn basic fundamentals of ASP NET MVC Core 3.1
  • Build 2 Projects throughout the course
  • Integrate Identity Framework and learn how to add more fields to Users
  • Interact with Razor class library for Identity
  • Integrate Entity Framework along with code first migrations
  • Sessions in ASP NET Core 3.1
  • Custom Tag Helpers in ASP NET Core 3.1
  • View Components and Partial Views in ASP NET Core
  • Bootstrap v4
  • Authentication and Authorization in ASP NET Core 3.1
  • Google and Facebook Authentication/Login
  • Role Management in ASP NET Core Identity
  • SMS and Email notifications
  • TempData in ASP NET Core 3.1
  • Stripe Payment Integrations
  • Repository Pattern to Access Database
  • Dapper and Stored Procedure Calls
  • Seed Database Migrations Automatically
  • Deploying website on Microsoft Azure and IIS
Curated for the Udemy for Business collection

Course content

31 sections • 364 lectures • 23h 45m total length

  • Preview04:13
  • Preview02:14
  • Preview02:10
  • Udemy Review
    00:25
  • Preview05:21
  • Preview05:01
  • Tools Needed
    01:22
  • Resources
    02:31
  • Evolution of ASP.NET Core
    Preview05:00

  • Introduction
    00:33
  • Create Project
    02:16
  • 4 Razor Pages
    03:14
  • 5 csproj
    03:38
  • Launchsettings
    02:06
  • wwwroot
    01:54
  • Pages Folder
    04:30
  • Routing in Razor Pages
    05:18
  • Tag helpers
    03:21
  • Main method
    02:33
  • Startup 1
    03:12
  • Startup 2
    04:08
  • Middleware
    04:20
  • AppSettings
    01:16
  • Dependency Injection
    03:52

  • Introduction
    00:23
  • Create Book Model
    02:20
  • Add Connection String and Packages
    03:21
  • Add Book Table to Database
    05:20
  • Book Index Get Handler
    06:04
  • Designing Book Index Page
    03:14
  • Designing Book Index Page Part 2
    07:24
  • Create Book Page Model
    03:35
  • 9 Create Book Page UI
    04:27
  • Create Book and Validations
    05:58
  • 11 Client Side Validations
    01:55
  • Edit Book Get Handler
    02:52
  • Edit Book UI
    01:22
  • Edit Post Handler
    04:36
  • Delete Book
    03:49
  • Book Get API
    04:05
  • DataTables
    08:39
  • Delete API Call
    02:58
  • Delete Book
    04:33
  • Upsert Page Handlers
    05:07
  • Upsert Page UI
    03:17

  • Introduction
    00:23
  • Create Project
    02:21
  • Add Project to Github
    01:18
  • File Overview
    04:44
  • MVC Folders and overview of individual folders
    08:13
  • Routing in MVC
    07:01
  • Routing with Areas
    03:00

  • Introduction
    00:28
  • Creating Projects inside BulkyBook
    02:10
  • Seperating out Data Layer
    02:32
  • Seperating out Models and add References
    03:36
  • Creating Customer Areas
    04:43
  • Creating Admin Area and configuring View Import and View Start
    02:57
  • Bootswatch
    02:44
  • Bootswatch Header and Footer
    01:53
  • Third Party Tools
    02:40
  • Push Initial Migration to DB
    04:31
  • Add Dropdown to NavBar
    01:25
  • Add Category Model and push to DB
    04:55

  • Introduction
    00:25
  • Introduction to Repository
    02:54
  • Repository Overview
    01:37
  • Repository Pattern Detailed Flow
    06:27
  • Repository Detailed Architecture
    03:53
  • Repository Interface
    05:40
  • Implement Repository Interface
    08:07
  • Category Repository and Interface
    06:12
  • Implement Stored Proc Repository
    03:33
  • Stored Proc Class
    07:42
  • Unit of Work
    06:17
  • Repository Pattern - Source Code
    00:03

  • Introduction
    00:22
  • Create Category Controller
    06:18
  • Category Index and Get All Actions
    06:06
  • Category Index View
    04:44
  • Category js
    09:02
  • Category Upsert Get Action
    03:13
  • Partial Views
    04:39
  • Category Upsert View
    06:24
  • Category Upsert Post Action
    05:23
  • Category Delete API Call
    02:08
  • Category Delete Js
    03:56
  • Category CRUD - Source Code
    00:03
  • Reviews
    01:49

  • Introduction
    00:24
  • Assignment - Add Cover Type Model and Repository Setup
    01:30
  • Solution - Add Cover Type Model and Repository
    03:40
  • Assignment - Cover Type Controller, View, Js and _layout
    01:18
  • Solution - Cover Type Controller, View, Js and _layout
    04:28
  • Add Stored Procedure for Cover Type
    04:23
  • Convert Cover Type to use Stored Proc
    06:05
  • Cover Type CRUD - Source Code
    00:03

  • Introduction
    01:00
  • Add Product Model and push to Db
    05:59
  • Add Product Repository
    03:11
  • Add Product Controller
    03:10
  • Product Controller Part 2
    06:28
  • Project JS and Index View
    03:35
  • Product Upsert View Part 1
    06:53
  • Product Upsert View Part 2
    03:44
  • Product Upsert Post Action
    08:35
  • Product Upsert Action Part 2
    04:44
  • Common Error and Delete Product
    06:34
  • Home Page
    05:31
  • Product CRUD - Source Code
    00:03

  • Introduction
    00:34
  • Add More Properties to Existing Users Table
    04:14
  • Assignment - Company and Application User Models
    01:06
  • Solution - Company and Application User Models
    03:09
  • Assignment - Company JS Controller and Repository
    00:42
  • Solution - Company JS Controller and Repository
    05:46
  • Assignment - Index and Upsert View
    00:30
  • Solution - Assignment Company Index and Upsert View
    04:55
  • Assignment - Add Application User to Repository
    00:40
  • Solution - Add Application User to Repository
    02:05
  • Company & User - Source Code
    00:03

Requirements

  • 3-6 months knowledge of C#
  • Visual Studio 2019
  • SQL Server Management Studio
  • .NET Core 3.1

Description

This is a Beginner to Advanced level course on .NET 5 that will take you from basics all the way to advance mode. This course is for anyone who is new to ASP.NET Core or who is familiar with ASP.NET and wants to take the first stab at understanding what is different in ASP.NET Core. From there we would be building multiple projects to understand all concepts in .NET 5 as we will deploy our final application on Azure as well as IIS.

Throughout this course, we would understand the evolution of ASP.NET Core, and then we would take a look at the modified files and folder structure.

  • We would then take a look at new concepts in ASP.NET Core

  • We would build a small Razor application with CRUD operations using Entity framework for integration with the database.

  • We would build our Bulky Book website where we will learn advanced topics in ASP.NET MVC Core

  • Finally, we will deploy our Bulky Book website on Microsoft Azure and IIS.



What are the requirements?

  • 3-6 months knowledge of c#

  • Visual Studio 2019

  • SQL Server Management Studio


What am I going to get from this course?

  • Learn the structure of ASP NET MVC Core Project

  • Learn the structure of ASP NET Core  Razor Project

  • Learn the fundamentals of ASP NET MVC Core

  • Build 2 Projects throughout the course

  • Integrate Identity Framework and learn how to add more fields to Users

  • Interact with Razor class library for Identity

  • Integrate Entity Framework along with code first migrations

  • Sessions in ASP NET Core

  • Custom Tag Helpers in ASP NET Core

  • View Components and Partial Views in ASP NET Core

  • Bootstrap v4

  • Authentication and Authorization in ASP NET Core

  • Google and Facebook Authentication/Login

  • Role Management in ASP NET Core Identity

  • SMS and Email notifications

  • TempData in ASP NET Core

  • Stripe Payment Integrations

  • Repository Pattern to Access Database

  • Dapper and Stored Procedure Calls

  • Seed Database Migrations Automatically

  • Deploying the website on Microsoft Azure and IIS

Who this course is for:

  • Anyone who wants to learn ASP NET MVC core 3.1 from Basics to Advance
  • Anyone who wants to learn most latest changes with Microsoft newest framework
  • Anyone interested in learning how to Architect Large Scale Projects

Featured review

Jonathan Sweeney
Jonathan Sweeney
92 courses
22 reviews
Rating: 5.0 out of 5a year ago
It is wonderful to see how much effort Bhrugen puts into his courses. Although this course has similarities to other courses, I appreciate how he has improved the content and structure. The concepts are clicking with me faster and I am looking forward to diving into some of the other advanced features that I did not see in previous courses.

Instructor

Bhrugen Patel
Passionate Software Developer
Bhrugen Patel
  • 4.5 Instructor Rating
  • 13,977 Reviews
  • 83,946 Students
  • 21 Courses

I am a passionate and creative software engineer with a strong focus on simplicity and thorough details. I have been programming since high school and I have been involved with multiple web and desktop using .net.

I have a master's of science degree in computer science and a Bachelor of Computer Engineering. I also have many years of experience with .NET C# and .NET MVC. I enjoy teaching along with my full-time job.

For me, the most important part about writing and teaching code is to eliminate the hardships of every student out there who is willing to learn but cannot find adequate resource which is easy to understand. Coding is a way to be creative and have fun! 

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.