Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
ASP.NET CORE ZERO TO HERO COURSE WITH PROJECT
Rating: 4.2 out of 5(39 ratings)
214 students

ASP.NET CORE ZERO TO HERO COURSE WITH PROJECT

Ticket Booking Real Time Scratched project, You will learn ASP.NET CORE , MVC , Entity Framework Core , LINQ Methods
Last updated 5/2025
English
English [Auto],

What you'll learn

  • Create a new mvc project using visual studio 2022
  • Template Directory Structure
  • Single Model CRUD Operation using Entity Framework core
  • Layered Architecture
  • One to Many Relationship using Entity Framework Core CRUD Operation
  • Many to Many Relationship using EF Core CRUD operation
  • One to Many Relationship using EF Core CRUD Operation
  • One to One Relationship using EF Core CRUD Operation
  • Session with Example
  • Generic Repository
  • Unit of Work
  • Identity Management
  • RESTFul API End Points
  • CRUD Operation using RESTFul API
  • Consume RESTful API
  • Paging Sorting Searching

Course content

16 sections79 lectures14h 10m total length
  • Project Demo1:52

    Learn ASP.NET Core from beginner to advanced by building projects, including login, user and admin accounts, ticket booking, and boss details, with data tables and dotnet core.

  • Create new Project in Visual Studio 20223:26

    Create a new MVC project in Visual Studio 2022, exploring dotnet core pipelines, action filters, and logging while preparing for RESTful API design and upcoming authentication.

  • Directory Structure13:44

    Navigate the mvc template directory structure and see how program.cs builds the app and configures services. Explore appsettings.json, views, routing, launch settings, environments, and dependency injection.

  • Dependency Injection DI, DI Container(IOC Inversion of Control), DI LifeTimes6:09

    Explore dependency injection in asp.net core, learn how inversion of control decouples classes, and master di container lifetimes: transient, scoped, and singleton, with practical examples.

  • Middleware7:48

    Explore how middleware forms the ASP.NET Core request pipeline, with ordered components handling authentication, authorization, routing, logging, and error handling.

  • Model-View-Controller9:43

    Explore the model-view-controller pattern in ASP.NET, showing how models hold data and business logic, how controllers mediate between models and views, and how a student list is rendered.

  • CRUD Operation on Single Model using Model First Apprach Entity Framework Core-120:22

    Learn to implement single-model CRUD with EF Core using a student entity and ID as primary key. Configure appsettings.json connection string, register the context, and apply migrations.

  • CRUD Operation Part-220:38

    Learn to implement CRUD operations in ASP.NET Core by using a db context with dependency injection, listing and managing students through index, create, edit, and delete actions.

Requirements

  • Beginner in C#

Description

This Course complete the following things like Single model CRUD Operation , 3-tier architecture, Repository Pattern, one to many relationship, many to many relationship using Entity framework core, Session, Synchronous vs Async programming, concert booking project, cookies, Generic Repository Pattern, Unit of Work Pattern, Identity management, Middlewares , Filters, Logging,  caching ,  Web API Concept, End points, Default parameter binding, CRUD operation on Many to many relationship , how to consume web api in razor views, Student Management Project, Doctor precreption system, paging sorting and searching, AutoMapper, JQuery Topics like DataTable ,  CRUD operation using Dapper, Fully Project using Dapper in ASPNET CORE, one to one mapping using Dapper, One to many mapping using Dapper, Many to Many Mapping using Dapper,. ADONET Technology Based project,Fully ADONET BASED PROJECT IN ASPNET, Signal R Topics , Zero to Hero course in Signal R, CORS , CQRS pattern. Creating View Component and Partial View, Configuring Routing and Navigation, Creating Custom Helpers, Working with AutoMapper, Working with Stored Procedures in EF Core, Image Operations: Upload, Update and Delete, Database Operations Using ADONET and ASPNET Core, Creating a Custom Middleware, Clean Architecture, Repository Pattern, Dependency Injection,Authentication and Authorization,Data Passing Techniques, LINQ Query,Understanding Razor View Engine,  Razor View Engine vs. Web Form Engine. Real Time Scratch Projects

1. Ticket Booking Sytem

2. Quiz online application

3. Online Restaurant Billing System

4. Hospital Management System

5. Car Rental System


Who this course is for:

  • Beginner to Intermediate Developer with some knowledge in C#