ASP.NET CORE ZERO TO HERO COURSE WITH PROJECT
ASP.NET CORE ZERO TO HERO COURSE WITH PROJECT, available at $19.99, has an average rating of 4.25, with 79 lectures, based on 20 reviews, and has 137 subscribers.
You will learn about 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 This course is ideal for individuals who are Beginner to Intermediate Developer with some knowledge in C# It is particularly useful for Beginner to Intermediate Developer with some knowledge in C#.
Enroll now: ASP.NET CORE ZERO TO HERO COURSE WITH PROJECT
Summary
Title: ASP.NET CORE ZERO TO HERO COURSE WITH PROJECT
Price: $19.99
Average Rating: 4.25
Number of Lectures: 79
Number of Published Lectures: 79
Number of Curriculum Items: 79
Number of Published Curriculum Objects: 79
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will 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
Who Should Attend
- Beginner to Intermediate Developer with some knowledge in C#
Target Audiences
- Beginner to Intermediate Developer with some knowledge in C#
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
Course Curriculum
Chapter 1: Introduction
Lecture 1: Project Demo
Lecture 2: Create new Project in Visual Studio 2022
Lecture 3: Directory Structure
Lecture 4: Dependency Injection DI, DI Container(IOC Inversion of Control), DI LifeTimes
Lecture 5: Middleware
Lecture 6: Model-View-Controller
Lecture 7: CRUD Operation on Single Model using Model First Apprach Entity Framework Core-1
Lecture 8: CRUD Operation Part-2
Chapter 2: Repository Pattern
Lecture 1: 3-Tier Architecture
Lecture 2: One-to-Many Releationship using Entity Framework Core
Lecture 3: Interfaces and Implementations
Lecture 4: Viewbag, ViewData and TempData in Detailed with Example
Lecture 5: CRUD Operations on one-to-many relationship
Lecture 6: many-to-many relationship using Entityframework Core
Lecture 7: Fluent API Configuration
Lecture 8: Interfaces and Implementations of Many to many using EF Core
Lecture 9: CRUD Operation on Subject Entity Many to Many
Lecture 10: ViewModels
Lecture 11: CRUD Operations on Many to Many
Lecture 12: One-to-One Relationship using EF Core
Chapter 3: Sync and Async Programming
Lecture 1: Convert all Repository and Controller to async Programming using Task await
Chapter 4: Manual mapping and ViewModels
Lecture 1: Create ViewModels for all Entities
Lecture 2: Manual Mapping From ViewModel to Model or Vice-Versa
Chapter 5: Data Storage Technique
Lecture 1: Session Configuration
Lecture 2: User Info Class and Repository
Lecture 3: Store User Credential in Session
Lecture 4: Display LoggedIn UserInfo with Logout Function
Chapter 6: Save Image path in Database table
Lecture 1: Modify Student model and ViewModel
Lecture 2: Utility Service for Image
Lecture 3: Save Image
Lecture 4: Display Image
Lecture 5: Edit Image
Lecture 6: Delete Image
Chapter 7: Validations
Lecture 1: Client Side Validations
Lecture 2: Server Side Validations
Lecture 3: Custom Client Side Validation and Server Side Validation
Lecture 4: ValidateAntiForgery Token Validation
Chapter 8: Partial Page and ViewComponent
Lecture 1: Partial Page
Lecture 2: ViewComponent
Chapter 9: AutoMapper
Lecture 1: AutoMapper Configuration
Lecture 2: Use of AutoMapper
Chapter 10: Paging Searching Sorting
Lecture 1: Add PageInfo Class
Lecture 2: Paging Searching Sorting Part-1
Lecture 3: Paging Searching Sorting Part-2
Lecture 4: Paging Searching Sorting Part-3
Lecture 5: Paging Searching Sorting Part-4
Lecture 6: Paging Searching Sorting Part-Final
Chapter 11: Start Bus Ticket Booking Project in Visual Studio 2022
Lecture 1: Bus Seat Booking Part-1
Lecture 2: Bus Seat Booking Part-2
Lecture 3: Bus Seat Booking Part-3
Lecture 4: Bus Seat Booking Part-4
Lecture 5: Bus Seat Booking Part-5
Lecture 6: Bus Seat Booking Part-6
Lecture 7: Bus Seat Booking Part-7
Lecture 8: Add Bootswatch Theme in Current Project
Lecture 9: Add Bootstrap Icon in Current Project
Lecture 10: Toastr Alert in Current Project
Lecture 11: Design Project home page using bootstrap card
Lecture 12: Booking Model With Repository
Lecture 13: Booking ViewModel and Show Views
Chapter 12: JQuery With ASP.NET CORE
Lecture 1: Getting Started with JQuery
Lecture 2: Event Handling with JQuery
Lecture 3: Ajax Call
Lecture 4: DataTable
Chapter 13: Continue With Booking Project
Lecture 1: Dynamic Generated Seat Details
Lecture 2: Dynamic Generated Seat Details Part-2
Lecture 3: Add Booking
Chapter 14: Identity Management
Lecture 1: Add Identity In Current Project
Lecture 2: Customization of Identity
Lecture 3: Seed Application Role with Admin User
Lecture 4: Call Service from Program File and Role Authorization
Chapter 15: Add Authentication and Authorization in Ticket Booking Project
Lecture 1: Integrate Identity in Current Project
Lecture 2: Add Authorization in Current Project
Lecture 3: Repository for Get All Tickets
Lecture 4: Show Tickets For admin as well as Customer User
Chapter 16: Generic Repository with UnitofWork Pattern
Lecture 1: Generic Interface
Lecture 2: Generic Implementation
Lecture 3: Generic Implementation Part-2
Lecture 4: Unit of Work Pattern – Interface & Implementations
Instructors
-
Tarun Kumar Saini
Passionate Software Architect
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 3 votes
- 4 stars: 3 votes
- 5 stars: 13 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024