Companies Home Search Profile

ASP.NET MVC : Complete Practical Guide (.NET 7) | C# Web Dev

Focused View

Sameer Saini

9:23:04

485 View
  • 1. Introduction.mp4
    06:51
  • 2. Application Demo.mp4
    03:24
  • 3. Setting Up Development Environment.mp4
    00:11
  • 4.1 ASPNET SDK AND RUNTIME Installation Docs.pdf
  • 4. Install .NET SDK and .NET Runtime.mp4
    01:53
  • 5.1 Visual Studio 2022 Installation Docs.pdf
  • 5. Download and Install Visual Studio 2022.mp4
    01:43
  • 6.1 SQL Server Installation Docs.pdf
  • 6. Download and Install SQL Server (Local Instance) & SQL Server Management Studio.mp4
    03:27
  • 7. Getting Help.mp4
    00:51
  • 8.1 github repository.zip
  • 8. Complete Source Code On GIT.html
  • 9. What is ASP.NET Core - An Overview to ASP.NET Core and its benefits.mp4
    01:04
  • 1. Create New ASP.NET MVC Web Application.mp4
    04:39
  • 2. Understand Our ASP.NET MVC Web Application and File Structure.mp4
    09:30
  • 3. Create Domain Models (Blog Post and Tag).mp4
    15:35
  • 4.1 entity framework core nuget packages.zip
  • 4. Adding Entity Framework Core Packages.mp4
    02:28
  • 5. Creating the DBContext Class.mp4
    06:13
  • 6. Adding ConnectionString To The Database In Appsettings.Json.mp4
    03:58
  • 7. Injecting DbContext Into Our Application.mp4
    04:12
  • 8.1 entity framework core migration commands.zip
  • 8. Run EF Core Migrations.mp4
    05:42
  • 1. Introduction to ASP.NET MVC Architecture.mp4
    02:55
  • 2. Changes to UI For our Application.mp4
    10:19
  • 3. Create New Controller (AdminTags), Add Action Method (GET) and Create New View.mp4
    09:38
  • 4. Create New HTML Form to Add new Tags.mp4
    05:41
  • 5. Form Submission and Data Binding in ASP.NET MVC.mp4
    14:52
  • 6. Saving Data To Database using DbContext.mp4
    11:59
  • 7. Display All Tags (Get all Tags).mp4
    16:21
  • 8. Edit or Update Tag Functionality.mp4
    33:11
  • 9. Delete Tag Functionality.mp4
    07:56
  • 1. Introduction.mp4
    00:15
  • 2. Asynchronous Programming and making our methods Asynchronous.mp4
    12:56
  • 3. Understanding Repository Pattern and Implementation in ASP.NET.mp4
    30:36
  • 1. Introduction.mp4
    00:36
  • 2. Create New Controller (AdminBlogs), Add Action Method (GET) and Create New View.mp4
    04:28
  • 3. Create New HTML Form to Add new Blog.mp4
    22:43
  • 4. Saving BlogPost Entity With Tags To The Database.mp4
    18:31
  • 5. Display All Blogs (Get all Blogs).mp4
    17:32
  • 6. Display Edit Blog Functionality.mp4
    21:14
  • 7. Edit or Update Blog Functionality.mp4
    18:15
  • 8. Delete Blog Functionality.mp4
    10:32
  • 1. Introduction.mp4
    00:49
  • 2. Add WYSIWYG Editor on Add and Edit BlogPost Page.mp4
    08:25
  • 3. Image Upload Introduction.mp4
    00:43
  • 4. Create Image API.mp4
    05:08
  • 5. Create POST Method and Image Repository.mp4
    04:13
  • 6. Register To Cloudinary.mp4
    12:22
  • 7. Inject Image Repository and Test.mp4
    06:36
  • 8. Call Image Upload From View.mp4
    14:35
  • 9. Add FeaturedImageUpload To Edit Page.mp4
    04:59
  • 10. Add Image Upload To Froala WYSIWYG Editor.mp4
    05:07
  • 1. Introduction.mp4
    00:53
  • 2.1 bloggie mvc blog seed.zip
  • 2. Seeding Blog and Tag Data.mp4
    02:45
  • 3. Displaying Blogs and Hero Section.mp4
    21:16
  • 4. Display Single Blog Post and Blog Details.mp4
    21:23
  • 5. Displaying Tags On Home Page.mp4
    07:33
  • 1. Introduction.mp4
    01:29
  • 2.1 ef core packages for microsoft identity.zip
  • 2. Install Identity Packages.mp4
    17:43
  • 3. Add ConnectionString and Inject AuthDbContext in Program.mp4
    05:39
  • 4. Run Entity Framework Core Migrations.mp4
    06:09
  • 5. Register User Functionality.mp4
    25:28
  • 6. Login User Functionality.mp4
    16:30
  • 7. Logout User Functionality.mp4
    03:04
  • 8. Authorization In our Application.mp4
    06:46
  • 9. Adding Role Based Authorization.mp4
    13:25
  • 10. Adding ReturnUrl After Authorization.mp4
    07:53
  • Description


    The best ASP.NET MVC Course providing practical real world example of creating ASP.NET MVC Website with Entity Framework

    What You'll Learn?


    • Learn, Understand and Create ASPNET MVC Websites From Scratch
    • Building scalable ASP NET Core MVC Applications from scratch using C# and ASPNET Core
    • Learn and Apply Entity Framework Core to perform CRUD operations on a SQL Server database
    • Use Entity Framework Core in a code first approach
    • Understand and Apply the Repository Pattern
    • Use Domain Driven Design (DDD) approach to create domain first models and project
    • Understand MVC patterns in ASPNET Core
    • Add and Use ASPNET Core Model Validations
    • Understand and Implement Authentication and Role based Authorization to Authenticate and Authorize the ASPNET Core MVC Website
    • Use Microsoft Identity To Implement Login and Register Functionalities
    • Learn and Use CRUD operations with MVC and Entity Framework Core (EF Core)
    • Learn and Use ViewData and TempData to Pass Data From Models To Views
    • Use Bootstrap 5 To Build The Web Application
    • Show Notifications To Users Using Bootstrap Alerts
    • Dependency Injection Used In ASP NET Core
    • Image Upload Functionality - Upload Images from ASP NET Core Website to Popular 3rd Party Image Hosting Provider Using SDKs
    • Add WYSIWYG to our Application and Add Image Upload
    • Learn Advanced Topics Of ASPNET Core (.NET 6) and Implement them using the MVC Pattern

    Who is this for?


  • Beginner, Intermediate and Experienced Developers who are keen to learn creating modular, data driven websites using ASP NET Core MVC
  • Developers who have done ASPNET MVC in the past but want to refresh their memory with the latest techniques in ASP NET Core MVC
  • More details


    Description

    A Comprehensive Course on ASP.NET MVC (.NET 7 MVC ) where you will learn and master your ASP.NET Core skills and be excellent at making websites using the ASP.NET MVC Framework.


    Use C# and .NET 7 to develop web applications using ASP.NET MVC Framework.


    Why do you need this course?

    If you are trying to learn ASP.NET Core and specifically build websites with ASP.NET Core MVC and Entity Framework Core (EF Core), then you have come to the right course.

    This course helps you understand ASP.NET MVC as you have never thought of.

    Concentrating on the practical aspect of web development, You will learn and master ASP.NET Core MVC and with the help of this course and the knowledge you will acquire in this course, you will be able to implement that in your projects and your organization as well.


    What is special about this particular  ASP.NET Core MVC course?

    • In this course, we will build a Real-World Web Application as we learn the core concepts of ASP.NET MVC.

    • Building a real application will make you confident and will boost your morale as you will be seeing actual stuff being built as you understand the concepts of ASP.NET Core MVC and Entity Framework Core (EF Core).

    • This is a complete guide to Learning and Building scalable and data-driven websites using ASP.NET, ASP.NET Core [.NET 7], and MVC Framework.

    • This course is built on the latest ASP.NET Core version. Through this course, you will get to know about the new features of ASP.NET Core and stay up to date with this technology.

    • This course is for all skill levels and is best suited for beginners and intermediate developers who have gained knowledge in C# and ASP.NET framework and want to use their skills to build websites using ASP.NET Core MVC.


    Know me more

    I am Sameer, a professional software developer with over 15 years of industry experience. I love to educate myself and others and that's why I started with my youtube channel where I have a loving audience. I create content for software developers like you so that I can share my knowledge.


    Statistics

    Over 11000 students on Udemy

    Over 2000  Reviews on Udemy

    Over 1.4 Million Views on Youtube


    Some of the reviews

    Hands down the best way to learn this technology stack. Sameer really did a good job here and I hope he will be blessing us with more interesting Angular projects in the future! Maybe a sample e-commerce or Hotel Booking app :)

    - Although I didn't have any prior experience with C# OR .Net Core MVC, I was still able to grasp a lot from this course, all thanks to the instructor!
    - A very detailed and extensive course! clear voice and great detail to topics.
    ... and1000s of more reviews on my courses.

    Money Back Guarantee

    I Guarantee you that after finishing this course, you will be confident enough to create web applications using .NET Core MVC on your own.

    You will feel confident at work or creating your own projects.

    If you want to create functional, generic, clean, and usable websites using ASP.NET, then this is the course for you.

    If still, you are unable to get benefit from this course (we will be sad to see you go!), there is a "30-day money back guaranteed by Udemy".


    In this course, you will learn and implement:

    • Learn And Create Your First ASP.NET MVC Application

    • Create a fully functional, highly scalable blog application

    • Repository Pattern in ASP.NET Core

    • If you come from an ASP.NET background, then this will be a good step forward in learning the latest Web technology that Microsoft gives us to build websites and that is ASP.NET MVC.

    • Understand and learn the concepts of .NET 7 and apply them using the ASPNET MVC Framework

    • Domain Modelling

    • Entity Framework Code First Approach

    • SQL Server

    • Seeding the Database

    • CRUD operations using ASP.NET MVC

    • Showing Notifications (ViewData, TempData, etc)

    • Routing in ASP NET MVC

    • Domain Models vs View Models

    • Authentication and Authorization

    • Multi-Role Authorization

    • Full User and Admin Support in the Blog Application

    • Rich Text Editor

    • Uploading Images To A 3rd Party Image Hosting Provider

    • Creating APIs within our ASP NET Core MVC Application and Call Them using Javascript

    • Server-Side and Client-Side Validations.

    • Create, Read, Update, and Delete using Entity Framework Core and SQL Server

    • Web Development Using MVC in ASP.NET Core

    • Write Clean, Re-Usable Code



    Who this course is for:

    • Beginner, Intermediate and Experienced Developers who are keen to learn creating modular, data driven websites using ASP NET Core MVC
    • Developers who have done ASPNET MVC in the past but want to refresh their memory with the latest techniques in ASP NET Core MVC

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Sameer Saini
    Sameer Saini
    Instructor's Courses
    Sameer Saini is a professional Full Stack Software Developer with over 11 years of Industry Experience. Initially started as a back-end developer using ASP.NET Framework, he shifted towards building highly scalable full-stack applications that follow best practices and clean code standards.Sameer is an advocate of best practices and with his vast industry experience, he likes to mentor and teach many other software professionals.
    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 61
    • duration 9:23:04
    • Release Date 2023/04/26