Microservices Architecture and Implementation on .NET 5 (Udemy.com)

Building Microservices on .Net which used Asp.Net Web API, Docker, RabbitMQ,Ocelot API Gateway, MongoDB,Redis,SqlServer

Created by: Mehmet zkaya

Produced in 2021

icon
What you will learn

  • ASPNET Core Web API Development of Microservices
  • REST API Principles, CRUD Operations
  • Mongo DB and Redis NoSQL Database Connection on Docker
  • Entity Framework Core with SQL Server Database Connection on Docker
  • N-Layer implementation with Repository Pattern
  • Clean Architecture implementation with CQRS Pattern
  • Swagger Open API implementation
  • RabbitMQ Publish Event Queue When Checkout Cart
  • Consuming RabbitMQ Messages from Ordering Microservices
  • Base EventBus Implementation and Add References Microservices
  • Implementation of MediatR, Autofac, FluentValidator, AutoMapper
  • Ocelot API Gateway Development of Microservices
  • ASPNET Core Web Application with Razor Pages
  • Call Ocelot APIs with HttpClientFactory
  • Docker Compose Establishments
  • Dockerization of Microservices

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 82 / 100

icon
Course Description

You will learn how to build Microservices on .
Net platforms which used Asp.
Net Web API, Docker, RabbitMQ, Ocelot API Gateway, MongoDB, Redis, SqlServer, Entity Framework Core, CQRS and Clean Architecture implementation. You will develop e-commerce modules over Product, Basket and Ordering microservices with NoSQL (MongoDB, Redis) and Relational databases (Sql Server) with communicating over RabbitMQ Event Driven Communication and using Ocelot API Gateway. You can find Microservices Architecture and Step by Step Implementation on .
NET which step by step developing this course with extensive explanations and details.
Along with this youll develop following microservices and items:
Catalog microservice which includes; ASPNET Core Web API application REST API principles, CRUD operations Mongo DB NoSQL database connection on docker N-Layer implementation with repository pattern Swagger Open API implementation Dockerfile implementationBasket microservice which includes; ASPNET Core Web API application REST API principles, CRUD operations Redis database connection on docker Redis connection implementation RabbitMQ trigger event queue when checkout cart Swagger Open API implementation Dockerfile implementationRabbitMQ messaging library which includes; Base EventBus implementation and add references MicroservicesOrdering microservice which includes; ASPNET Core Web API application Entity Framework Core on SQL Server docker REST API principles, CRUD operations Consuming RabbitMQ messages Clean Architecture implementation with CQRS Pattern Event Sourcing Implementation of MediatR, Autofac, FluentValidator, AutoMapper Swagger Open API implementation Dockerfile implementationAPI Gateway Ocelot microservice which includes Routing to inside microservices Dockerization api-gatewayWebUI ShoppingApp microservice which includes ASPNET Core Web Application with Razor template Call Ocelot APIs with HttpClientFactory ASPNET Core Razor Tools View Components, partial Views, Tag Helpers, Model Bindings and Validations, Razor Sections etc.
Docker Compose establishment with all microservices on docker; Dockerization of microservices Dockerization of database Override Environment variablesOn top of all these, you'll learn how to write quality code, not just how to build microservices. In this course you will see the demonstrating a layered application architecture with DDD best practices. Implements NLayer Hexagonal architecture (Core, Application, Infrastructure and Presentation Layers) and Domain Driven Design (Entities, Repositories, Domain/Application Services, DTO's...) and aimed to be a Clean Architecture, with applying SOLID principles in order to use for a project template. Also implements best practices like loosely-coupled, dependency-inverted architecture and using design patterns such as Dependency Injection, logging, validation, exception handling and so on.
Is this course for you?
This course is very practical, about 90%+ of the lessons will involve you coding along with me on this project. If you are the type of person who gets the most out of learning by doing, then this course is definitely for you. Tools you need for this courseIn this course all the lessons are demonstrated using Visual Studio 2019 as a code editor. You can of course use any code editor you like and any Operating system you like as long as it's Windows or Mac. Also using Docker Desktop in order to use different database providers.
Who this course is for:
Beginner of AspNet Core developers who interested in APIs and MicroservicesC# developers interested in learning how to build Microservices on .
NetSenior Developers who want to engage with Microservices on .
Net

icon
Instructor Details

Mehmet zkaya

Writer of the Book - Microservices Architecture and Step by Step Implementation on .NET
Creator of aspnetrun repositories
15+ years hands on experience in Microsoft .NET Development. Experience in Web Application Development using C#, .NET Core, ASP.NET/MVC/ASP.NET Core, JavaScript, Angular, TypeScript
Strong experience Design and implement RESTful APIs JSON design, SOAP Web Services using WCF and ASP.NET Core Web API
Excellent knowledge on Object-Oriented Design and Development, SOLID principles, DDD, Design Patterns, SOA, TDD and Unit Testing.
Strong experience using Web Front End Technologies such as DOM, HTML5, CSS3 and JavaScript, JSON, JQuery, TypeScript
Experience using ORM tools such as Entity Framework Core, NHibernate, Dapper.
Strong experience of Distributed Software Architecture and Messaging Technologies in Microservices Architecture, API Gateways (Orleans), BDD, DDD/CQRS patterns, Distributed Message Broker Service Bus Applications(MQTT, AMQT, MassTransit, RabbitMQ, Azure Service Bus), Event Sourcing, Cloud Computing Architectures, IAAS platforms (AWS, Azure), Application Containerization, Docker.
Using Distributed Caching and Related Open Source Tools such as Redis, Camunda, Castle Windsor, AutoMapper, Log4Net.
GitHub : mehmetozkaya
GitHub : aspnetrun

icon
More asp.net courses

#1 Complete ASP.NET Core MVC Single-Page App[The Future]

$11.99

A Gentle Introduction To ASP.NET Web Forms For Beginners

$11.99

Master ASP . NET 4 from scratch - Part 1

$11.99

Beginner Object Oriented Programming In C# and .NET Core

$11.99

Advanced ASP.NET Core 3 Razor Pages

$11.99

End to End ASP.NET Core 3.1 API and Blazor Development

$11.99

icon
Reviews

4.1

81 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Santhosh Kumar on 11/21/2020

amazing content and very well explained.
Thank you

By Shadab on 11/7/2020

good

By Marcelo Hernan Vega Janhsen on 11/7/2020

Excelente paso a paso, muy buen curso lo recomiendo, tal vez el nico punto flaco es la pronunciacion, hay veces que no se entiende muy bien, pero la verdad es un curso muy copleto y facil de seguir

By Rafael Moreno Brenes on 10/23/2020

It's a basic way to explore the microservices and the way how they work, unfortunately, sometimes the instructor does not explain why is the purpose of the code he is pasting from another source.

By Doan Van on 10/20/2020

Good job.

By Plamen Yovchev on 10/18/2020

The content regarding Docker and Microservices is very good and was super helpful to me.
However there is a lot of basic stuff regarding how to build API with .Net core which I think should be topic for another course.
The length of the course can be decreased twice if the author wants to show only docker, how to communicate between microservices and etc.
I think that the author should make another section labeled: "How to deploy the entire app in Azure" for example.

By Paula Maria Da Silva De Oliveira on 10/17/2020

Besides the strong accent, I was able to understand 95% of what was said. The instructor shows not only microservice architecture but the best practices using design pattern in the context of microservices architecture, also what helped me a lot was no using the legend since sometimes it doesn't correspond with the instructor is talking.

By Rhys Williams on 10/15/2020

Some of the topics weren't not well covered, with large parts of the course copy and paste. The audio cuts out now and again and the tutor struggles with his English explanation on occasion.
However I still learned allot from the course and it was beneficial to lean how microservices are approached using .net core.

By Sanjyot Agureddy on 10/9/2020

Great course, learn a new thing

By Yanivmo on 10/8/2020

Great course!!

By Guilherme Reis Sucena Rasga on 10/7/2020

Complete course, perfect for me. Best course on the subject.

By David Fairweather on 10/6/2020

Like it so far