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 - Build Hands-On Web Projects
Rating: 4.7 out of 5(33 ratings)
2,369 students

ASP.NET Core - Build Hands-On Web Projects

Learn the Concepts and Create Real Life Razor Pages, Web API and Razor CRUD Applications Using ASP.NET 8.0
Last updated 11/2024
English

What you'll learn

  • The students will learn everything that is critical in the ASPNET Core 3.1 framework. They will learn middleware, model-binding, session and state management
  • Practical hands-on application with Razor pages and MVC templates
  • The students will learn a critically demanding topic of creating their own web Api with a real SQL database to perform CRUD operations.
  • They will then learn to create the client MVC application within the same Visual Studio solution to consume the API created in the previous section.
  • The students will learn adodotnet technology and use of stored procedures in a database for CRUD operations.

Course content

13 sections102 lectures16h 53m total length
  • Encouraging Constructive Feedback: A Message to Our Udemy Students4:05

    This lecture emphasizes how unexplained low ratings can deter new students from enrolling in our courses in a highly competitive market, highlighting the importance of constructive feedback for both instructors and learners.

  • Updates to Keep the Course Current in ASP.NET 86:37

    This is  a lecture to bring forth the updates to this course to keep it current.

  • Course Title Change and Migration to ASP.NET 6.01:41

    This is an introductory talking head lecture by your instructor for this course. He explains the renaming of this course and emphasizes on the migration path from earlier ASP.NET Core 3.1 to the latest (current) ASP.NET 6.0

  • Course Descriptor and Scope1:12
  • Who Am I?3:31

    This is the lecture on the course instructor background and qualifications.

  • Setting Up the Development Environment0:24

    This is a lecture with external links and instructions to set up the development environment for this course. Towards that objective, the lecture sets the learners up with the download and installation of Visual Studio 2019 and SQL Server (including SSMS) from scratch.

  • Introduction11:00

    This lecture gets the students started with ASP.NET Core 3.1 web framework. The students will know and appreciate the need to evolve a framework like ASP.NET Core and the benefits of using it.

Requirements

  • Visual Studio 2019 Community Version
  • .NET Core 3.1 SDK or later
  • MS-SQL Server (Developer or Express)
  • SQL Server Management Studio
  • Be able to understand and write C# code (or some other higher level Java /C++)
  • Students should at least have a basic level of understanding of SQL queries and database structure

Description

Hi there, I am Kaushik Roy Chowdhury. I am a Microsoft Certified Professional and hold a Master's Degree in Computer Science from Auckland University of  Technology (AUT), New Zealand.

I have worked in the software development industry in New Zealand with some eminent companies on various permanent and contract assignments.

These are some of latest reviews for this course:

"Excellent course with explaining each and every thing very clearly. I recommend this to have this course. Also kaushik it would be great if we may have some courses with JWT and UI in React,or if it is already there then requesting you to share the course link." - Ankita

"An Excellent Course"  - Mohamed Cisse

"Loving his class." - Anna Mann

"I'm Alfred and I must say I really love this course and it a blessing to me because this is what I've always wanted . thank you Udemy"  - Alfred Kporhor

Are you are a passionate software developer or an eager student of software with a passion for learning new cutting edge technology products, desiring to find your way through this ever-evolving and new web framework? This course will allow you to use ASP.NET Core 3.1 professionally for creating web applications using all the three project templates: Razor pages, Web API, and MVC.

At the time of originally creating this course, ASP.NET Core 3.1 was the current and latest stable framework version, forming the foundation of this course. Since then, Microsoft has released ASP.NET 6.0, the Long Term Support version, at the .NET conference in early November 2021. To keep in line with these releases, I have updated the content to reflect the latest advancements in the framework.

This course includes a comprehensive guide on how to migrate major projects from ASP.NET Core 3.1 to ASP.NET 6.0. Specifically, you'll learn how to migrate the major project—creating a Web API and consuming it with an MVC Client. The migration process, as demonstrated in the course, is straightforward and requires minimal effort.

I have updated the course content to include a new section, Section 12, which covers building a Razor Pages Web Application in ASP.NET 8. This section includes features such as filtering, sorting, and pagination. My goal is to keep the course content updated from its initial publication, ensuring it remains relevant and valuable as new versions are released.

A bonus section on building an e-commerce application with product cart, authentication and authorisation using ASP.NET 8 is also an addition worth higlighting.

This course begins with the objective to walk through the learner with the building of a few important ASP.NET Core concepts through coding example projects in Visual Studio 2019.

The course then leads them to build a Razor app to-do list with an in-memory collection. The same application is then built with MVC concepts to perform a comparative study between the two technologies.

Thereafter, the highlight of this course appears with a real-life project spanning over two sections and multiple lectures. The first section shows the building of a web API with sequential stages and hands-on coding and explanation. The Web API uses ADO  dotNET technology and SQL Server database with Stored Procedures. Entity framework has not been used because of two main reasons: There are plenty of courses and articles showing the use of Entity Framework Core (EF Core) in the market place. Secondly, ADO technology is what EF Core is built upon and proven to be at least as good performance-wise. Lastly, I have now introduced a section that shows how to use EF Core to build a Web API using ASP.NET 6.0. So the learners have a chance to learn both the popular technologies for applications that are database-driven.

The Web API has Serilog NuGet package integrated for structured error logging in text files. This project follows a repository pattern which is a best practice in Web development.

The second section (part) shows the consumption of the Web API by an ASP.NET Core 3.1 MVC application for CRUD operations (as the front end). This application saves and retrieves to/from the database used by the Web API thereby extending the idea for learners to consume public API's through an in-house MVC client.

I have now added a section at the end on Creating a Web API with ASP.NET 6.0 using EF Core - Code First Approach.

The entire course has got a number of assignments, quizzes, and a practice test spread over the sections to self-assess learning.

Downloadable code samples and links to free external resources have been provided wherever felt necessary.


Who this course is for:

  • All level of developers : Beginner - Intermediate - Senior having some knowledge of C# (1 year or more) having experience of working on aspnet platform.
  • Any software engineering student willing to learn this new web framework from Microsoft.
  • Learners aiming to switch over from Java/C++ background for professional or personal development.