Companies Home Search Profile

ASP.NET CORE ZERO TO HERO COURSE WITH PROJECT

Focused View

Tarun Kumar Saini

13:36:58

107 View
  • 1. Project Demo.mp4
    01:52
  • 2. Create new Project in Visual Studio 2022.mp4
    03:26
  • 3. Directory Structure.mp4
    13:44
  • 4.1 DI.pptx
  • 4. Dependency Injection DI, DI Container(IOC Inversion of Control), DI LifeTimes.mp4
    06:09
  • 5.1 Middleware.pptx
  • 5. Middleware.mp4
    07:48
  • 6. Model-View-Controller.mp4
    09:43
  • 7. CRUD Operation on Single Model using Model First Apprach Entity Framework Core-1.mp4
    20:22
  • 8. CRUD Operation Part-2.mp4
    20:38
  • 1. 3-Tier Architecture.mp4
    03:53
  • 2. One-to-Many Releationship using Entity Framework Core.mp4
    05:57
  • 3. Interfaces and Implementations.mp4
    14:07
  • 4. Viewbag, ViewData and TempData in Detailed with Example.mp4
    08:06
  • 5. CRUD Operations on one-to-many relationship.mp4
    38:02
  • 6. many-to-many relationship using Entityframework Core.mp4
    08:17
  • 7. Fluent API Configuration.mp4
    02:44
  • 8. Interfaces and Implementations of Many to many using EF Core.mp4
    12:38
  • 9. CRUD Operation on Subject Entity Many to Many.mp4
    09:32
  • 10. ViewModels.mp4
    04:26
  • 11. CRUD Operations on Many to Many.mp4
    24:20
  • 12. One-to-One Relationship using EF Core.mp4
    02:19
  • 1. Convert all Repository and Controller to async Programming using Task await.mp4
    11:06
  • 1. Create ViewModels for all Entities.mp4
    05:38
  • 2. Manual Mapping From ViewModel to Model or Vice-Versa.mp4
    11:37
  • 1. Session Configuration.mp4
    04:01
  • 2. User Info Class and Repository.mp4
    06:05
  • 3. Store User Credential in Session.mp4
    13:14
  • 4. Display LoggedIn UserInfo with Logout Function.mp4
    06:22
  • 1. Modify Student model and ViewModel.mp4
    03:43
  • 2. Utility Service for Image.mp4
    16:40
  • 3. Save Image.mp4
    05:13
  • 4. Display Image.mp4
    04:11
  • 5. Edit Image.mp4
    05:18
  • 6. Delete Image.mp4
    04:04
  • 1. Client Side Validations.mp4
    09:00
  • 2. Server Side Validations.mp4
    10:10
  • 3. Custom Client Side Validation and Server Side Validation.mp4
    11:26
  • 4. ValidateAntiForgery Token Validation.mp4
    06:20
  • 1. Partial Page.mp4
    11:17
  • 2. ViewComponent.mp4
    15:05
  • 1. AutoMapper Configuration.mp4
    04:23
  • 2. Use of AutoMapper.mp4
    07:35
  • 1. Add PageInfo Class.mp4
    05:45
  • 2. Paging Searching Sorting Part-1.mp4
    07:14
  • 3. Paging Searching Sorting Part-2.mp4
    10:18
  • 4. Paging Searching Sorting Part-3.mp4
    06:34
  • 5. Paging Searching Sorting Part-4.mp4
    09:31
  • 6. Paging Searching Sorting Part-Final.mp4
    10:28
  • 1. Bus Seat Booking Part-1.mp4
    13:14
  • 2. Bus Seat Booking Part-2.mp4
    08:14
  • 3. Bus Seat Booking Part-3.mp4
    07:02
  • 4. Bus Seat Booking Part-4.mp4
    11:24
  • 5. Bus Seat Booking Part-5.mp4
    24:06
  • 6. Bus Seat Booking Part-6.mp4
    19:51
  • 7. Bus Seat Booking Part-7.mp4
    16:32
  • 8. Add Bootswatch Theme in Current Project.mp4
    10:27
  • 9. Add Bootstrap Icon in Current Project.mp4
    05:13
  • 10. Toastr Alert in Current Project.mp4
    12:22
  • 11. Design Project home page using bootstrap card.mp4
    08:21
  • 12. Booking Model With Repository.mp4
    12:17
  • 13. Booking ViewModel and Show Views.mp4
    23:52
  • 1. Getting Started with JQuery.mp4
    06:39
  • 2. Event Handling with JQuery.mp4
    08:48
  • 3. Ajax Call.mp4
    12:00
  • 4. DataTable.mp4
    15:28
  • 1. Dynamic Generated Seat Details.mp4
    17:26
  • 2. Dynamic Generated Seat Details Part-2.mp4
    11:53
  • 3. Add Booking.mp4
    11:09
  • 1. Add Identity In Current Project.mp4
    19:04
  • 2. Customization of Identity.mp4
    07:23
  • 3. Seed Application Role with Admin User.mp4
    10:33
  • 4. Call Service from Program File and Role Authorization.mp4
    20:17
  • 1. Integrate Identity in Current Project.mp4
    19:50
  • 2. Add Authorization in Current Project.mp4
    18:54
  • 3. Repository for Get All Tickets.mp4
    15:01
  • 4. Show Tickets For admin as well as Customer User.mp4
    09:17
  • Description


    Ticket Booking Real Time Scratched project, You will learn ASP.NET CORE , MVC , Entity Framework Core , LINQ Methods

    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

    Who is this for?


  • Beginner to Intermediate Developer with some knowledge in C#
  • What You Need to Know?


  • Beginner in C#
  • More details


    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#

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Tarun Kumar Saini
    Tarun Kumar Saini
    Instructor's 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 using .netI have 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.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 75
    • duration 13:36:58
    • Release Date 2023/11/13