Book Image

.NET Core Microservices - The Complete Guide (.NET 6 MVC) [Video]

By : Bhrugen Patel
Book Image

.NET Core Microservices - The Complete Guide (.NET 6 MVC) [Video]

By: Bhrugen Patel

Overview of this book

In this course, you will learn the foundational elements of microservices by incrementally building a real microservices-based application with .NET 6, step by step. We will be building multiple microservices and for authentication and authorization, we will be using IdentityServer. The content of the course will guide you through the basic blocks of Identity server and how to get it up and running. You will learn how to build microservices in the .NET world using .NET API, Ocelot, IdentityServer, Entity Framework core, and clean architecture using the latest .NET 6! We will develop ecommerce modules over product, shopping cart, ordering, payment, and email microservices with SQL server communicating over Azure Service Bus and using Ocelot API gateway. You can find microservices architecture and step-by-step implementation on .NET along with step-by-step development in this course with extensive explanations and details. By the end of this course, you will have an application with seven fully working .NET-based microservices but most importantly, you will understand every line of code, how the microservices work together, and why we ended up with the final implementation. All resources and code files are placed at https://github.com/PacktPublishing/.NET-Core-Microservices---Complete-Guide-.NET-6-MVC-
Table of Contents (19 chapters)
Chapter 2
Product API Basic Setup
Content Locked
Section 4
Create Project
This video shows how to create a project.