Udemy NET 8 Microservices DDD CQRS VerticalClean Architecture Old Content

0dayddl

U P L O A D E R
359020115_tuto.jpg

9.03 GB | 00:30:02 | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
001 Introduction (53.7 MB)
002 Prerequisites and Source Code (10.34 MB)
003 Run Final Application (99.8 MB)
004 What are Microservices (3.73 MB)
005 Monolithic Architecture Pros-Cons (7.69 MB)
006 Microservices Architecture Pros-Cons (11.91 MB)
007 Monolithic vs Microservices Architecture Comparison (7.81 MB)
008 What is Containers and Docker (2.69 MB)
009 Docker Containers, Images, and Registries (4.48 MB)
001 Introduction (10.54 MB)
002 Create New Github Repository For Our Microservice Project (4.58 MB)
003 Clone Github Repository and Create New Solution with Visual Studio (11.12 MB)
004 Create Asp Net Web Api Project for Catalog API Microservice (12.33 MB)
005 MongoDb in Catalog Microservices (3.57 MB)
006 Setup Mongo Docker Database for Catalog API Microservices (49.82 MB)
007 MongoDb CLI Commands using Interactive Terminal For MongoDb Connection (18.13 MB)
008 Analysis and Architecting of Catalog Microservices (14.43 MB)
009 Repository Design Pattern (7.82 MB)
010 Developing Catalog API Microservices Creating Entities and MongoDB Driver Nuget (27.25 MB)
011 Developing Data Layer - Connect Mongo Docker Container from Catalog API (71.14 MB)
012 Developing Business Layer - Repository Pattern on Catalog API Microservice (107.53 MB)
013 Developing Presentation Layer - Create CatalogController Class for Catalog API (192.99 MB)
014 Test and Run Catalog Microservice (46.09 MB)
015 Containerize Catalog Microservices with MongoDB using Docker Compose (28.98 MB)
016 Adding MongoDb image into Docker-Compose File for Multi-Container Docker Environ (48.96 MB)
017 Test on Docker environment - Catalog API and MongoDb into Docker-Compose File (55.67 MB)
018 Debugging Docker-Compose on Visual Studio for Catalog API with MongoDb (111.5 MB)
019 Mongo GUI Options for MongoDb Docker Image (29.74 MB)
001 Introduction (11.01 MB)
002 Create Asp Net Web Api Project for Basket API Microservice (23.78 MB)
003 Redis in Basket Microservices (4.35 MB)
004 Setup Redis Cache Docker Database for Basket API Microservices (30 MB)
005 Redis CLI Commands using Interactive Terminal For Redis Connection (11.28 MB)
006 Analysis and Architecting of Basket Microservices (27.45 MB)
007 Developing Basket API Microservices Creating Entities (21.36 MB)
008 Connect Redis Docker Container from Basket API Microservice w AddStackExchange (29.85 MB)
009 Developing Repository Pattern on Basket API Microservice (49.97 MB)
010 Create BasketController Class for Basket API Microservice (103.94 MB)
011 Test and Run Basket Microservice (56.53 MB)
012 Containerize Basket Microservices with Redis using Docker Compose (29.51 MB)
013 Adding Redis image into Docker-Compose File for Multi-Container Docker Env (22.27 MB)
014 Test on Docker environment - Basket API and Redis into Docker-Compose File (52.67 MB)
015 Container management with Portainer (80.49 MB)
001 Introduction (12.91 MB)
002 Create Asp Net Web Api Project for Discount API Microservice (12.96 MB)
003 PostgreSQL in Discount Microservices (3.69 MB)
004 Setup PostgreSQL Docker Database for Discount API Microservices (36.31 MB)
005 Setup pgAdmin Management Portal for PostgreSQL Database for Discount API Microse (56.2 MB)
006 Create Coupon Table in the DiscountDb of PostgreSQL Database with pgAdmin Manage (16.65 MB)
007 Analysis and Architecting of Discount Microservices (26.29 MB)
008 Developing Discount API Microservices Creating Entities (4.31 MB)
009 Developing Repository Pattern Connect PostgreSQL use Dapper on Discount API (151.25 MB)
010 Create DiscountController Class for Discount API Microservice (60.6 MB)
011 Test and Run Discount Microservice (59.7 MB)
012 Containerize Discount Microservices with PostgreSQL using Docker Compose (16.76 MB)
013 Adding PostgreSQL image into Docker-Compose File for Multi-Container Docker Env (7.71 MB)
014 Migrate PostreSQL Database When Discount Microservices Startup (109.23 MB)
015 Test on Docker environment - Discount API and PostgreSQL into Docker-Compose (73.03 MB)
001 Introduction (13.48 MB)
002 gRPC usage of Microservices Communication (6.56 MB)
003 Using gRPC in Microservices Communication with Net - Example Repository (5.41 MB)
004 Create Discount Grpc Microservices Project in Microservices Solution (86.64 MB)
005 Managing PostreSQL Database Operations in Discount Grpc (43.8 MB)
006 Developing discount proto ProtoBuf file for Exposing Crud Services Discount Grpc (27.86 MB)
007 Generate Proto Service Class from Discount proto File in Discount Grpc (35.45 MB)
008 Developing DiscountService class to Implement Grpc Proto Service Methods (69.37 MB)
009 Implementing AutoMapper into DiscountService Class of Discount Grpc Microservice (38.96 MB)
010 Developing CRUD in DiscountService class to Implement CRUD Grpc Proto Service (50.26 MB)
001 Introduction (12.98 MB)
002 Consuming Discount Grpc Service From Basket Microservice When Adding Cart Item 1 (82.06 MB)
003 Consuming Discount Grpc Service From Basket Microservice When Adding Cart Item 2 (60.11 MB)
004 Register Discount Grpc Client and Discount Grpc Service into the Basket API (33.36 MB)
005 Test and Run Discount Grpc and Basket Microservice (81.15 MB)
006 Containerize Discount Grpc Microservices with PostgreSQL using Docker Compose (25.16 MB)
007 Adding Grpc DiscountUrl Configuration in Basket API image configuration on DC (43.24 MB)
008 Test on Docker environment - Basket API integrate Discount Grpc into DC (173.51 MB)
001 Introduction (14.44 MB)
002 Analysis and Architecting of Ordering Microservices (14.88 MB)
003 Design Principles - SOLID (7.62 MB)
004 Design Principles - Dependency Inversion Principles (DIP) (4.47 MB)
005 Design Principles - Separation of Concerns (SoC) (5.97 MB)
006 Domain Driven Design - DDD (11.52 MB)
007 Clean Architecture with Domain Driven Design(DDD) (52.32 MB)
008 CQRS (Command Query Responsibility Segregation) Design Pattern (5.55 MB)
009 Eventual Consisteny and Event Sourcing with CQRS Design Pattern (22.95 MB)
010 Code Structure on CQRS and DDD Implementation in Ordering Microservices (33.13 MB)
011 Create Asp Net Web Api Project for Ordering API Microservice (10.34 MB)
012 Create Clean Architecture Layers that Ordering Domain - Application and Infra (11.27 MB)
013 Adding Project References Between Clean Architecture Layers (11.56 MB)
014 Developing Ordering Domain Layer in Clean Architecture (41.34 MB)
015 Developing Ordering Application Layer with CQRS Pattern Implementation in Clean (9.53 MB)
016 Developing Ordering Application Layer - Application Contracts (43.96 MB)
017 CQRS Implementation with Mediator Design Pattern (5.96 MB)
018 Developing Ordering Application Layer- Application Features - GetOrdersListQuery (89.45 MB)
019 Developing Ordering Application Layer - Application Command Features - Checkout (243.29 MB)
020 Developing Ordering Application Layer- Application Command Features- UpdateOrder (116.08 MB)
021 Developing Ordering Application Layer- Application Command Features- DeleteOrder (105.3 MB)
022 Developing Ordering Application Layer - Application Behaviours (154.33 MB)
023 Developing Ordering Application Layer - Application Service Registrations (59.92 MB)
024 Developing Ordering API Presentation Layer in Clean Architecture (160.61 MB)
025 Developing Ordering Infrastructure Layer in Clean Architecture - Persistence (104.75 MB)
026 Developing Ordering Infrastructure Layer in Clean Architecture - Repositories (111.86 MB)
027 Developing Ordering Infrastructure Layer - Infrastructure Service Registrations (109.73 MB)
028 Register Application and Infrastructure Layer Dependencies into Ordering API (54.75 MB)
029 Adding EF Core Migrations for Code-First Approach in Ordering Microservices (45.63 MB)
030 Applying EF Core Migrations to Sql Server Automatically When Ordering API (194.91 MB)
031 Adding SqlServer image into Docker-Compose File for Multi-Container Docker Env (71.76 MB)
032 Test and Run Ordering Microservice (33.83 MB)
033 Test Ordering Microservices CQRS and Clean Architecture Flows (135.71 MB)
034 Containerize Ordering Microservices with SqlServer using Docker Compose (77.26 MB)
035 Test on Docker environment - Ordering API and SqlServer into Docker-Compose File (89.59 MB)
001 Introduction (30.1 MB)
002 Microservices Communication Types Request-Driven or Event-Driven Architecture (8.28 MB)
003 What is RabbitMQ, Main Components of RabbitMQ (7.49 MB)
004 RabbitMQ Exchange Types (8.83 MB)
005 Adding RabbitMQ image into Docker-Compose File for Multi-Container Docker Env (54.06 MB)
006 Analysis & Design BuildingBlocks EventBus Messages Class Library Project (10.83 MB)
007 Developing BuildingBlocks EventBus Messages Class Library (39.6 MB)
008 Produce RabbitMQ Event From Basket Microservice Publisher of BasketCheckoutEvent (88.91 MB)
009 Publish BasketCheckout Queue Message Event in Basket API Controller Class (159.42 MB)
010 Publish BasketCheckout Queue Message Event in Basket API Controller Class Part 2 (74.85 MB)
011 Test BasketCheckout Event in Basket API Microservices (101.16 MB)
012 Consume RabbitMQ Event From Ordering Microservice Subscriber of BasketCheckout (169.99 MB)
013 Subscribe BasketCheckout Queue Message Event in Ordering BasketCheckoutConsumer (93.16 MB)
014 Test BasketCheckout Event in Basket API and Ordering API Microservices (162.91 MB)
015 Test MassTransit Retry Mecanism of RabbitMQ Connection Problems (87.31 MB)
016 Containerize Basket and Ordering Microservices w RabbitMQ using Docker Compose (171.69 MB)
017 Test on Docker environment - Basket and Ordering with RabbitMQ in Docker-Compose (110.37 MB)
001 Introduction (11.92 MB)
002 Gateway Routing pattern (3.09 MB)
003 API Gateway Pattern (16.2 MB)
004 BFF Backend for Frontend Pattern (6.25 MB)
005 Main features in the API Gateway pattern (4.6 MB)
006 Ocelot API Gateway (5.31 MB)
007 Authentication and authorization in Ocelot API Gateway (5.4 MB)
008 Analysis & Design of API Gateway Microservices (5.59 MB)
009 Developing Ocelot Api Gateway Microservices with Adapting Ocelot Nuget Package (30.99 MB)
010 Adding ocelot json Configuration File For Routing Microservices in Ocelot Api Gw (225.22 MB)
011 Test Ocelot Api Gateway With Routing Internal Microservices (133.72 MB)
012 Rate Limiting in Ocelot Api Gateway with Configuring Ocelot json File (46.41 MB)
013 Response Caching in Ocelot Api Gateway with Configuring Ocelot json File (46.83 MB)
014 Configure Ocelot Json For Docker Development Environment in Ocelot Api Gateway (95.34 MB)
015 Containerize Ocelot Api Gateway Microservices using Docker Compose (23.95 MB)
016 Test on Docker environment - Ocelot API Gateway into Docker-Compose File (104.2 MB)
001 Introduction (13.84 MB)
002 Gateway Aggregation pattern (18.89 MB)
003 Analysis & Design of Shopping Aggregator Microservices - Gateway Aggregation (8.25 MB)
004 Developing Shopping Aggregator Microservices (12.44 MB)
005 Developing Dto Model Class for Api Aggreation Operations (74.88 MB)
006 Developing Service Classes for Consuming Internal Microservices in Shopping Aggr (220.75 MB)
007 Developing Service Classes Consuming Internal Microservices in Shopping Aggr-2 (311 MB)
008 Test Shopping Aggreation Microservices with Docker Internal Microservices (107.35 MB)
009 Containerize Shopping Aggregator Microservices using Docker Compose (33.99 MB)
010 Test on Docker environment - Shopping Aggregator into Docker-Compose File (52.5 MB)
001 Introduction (13.6 MB)
002 Background of Project (6.01 MB)
003 Analysis & Design Shopping Web Application Microservice (9.05 MB)
004 Developing AspnetBasics Shopping Web Application Microservices (48.15 MB)
005 Overview of AspnetBasics Shopping Web Application Microservices (92.98 MB)
006 Refactoring of AspnetBasics Shopping Web Application Microservices (52.63 MB)
007 Register Http Client Factory for Consuming Api Gateway in AspnetBasics Shopping (74.6 MB)
008 Developing Service Implementations for Consuming Api Gateway in AspnetBasics (43.14 MB)
009 Developing Index Page in AspnetBasics Shopping Web Application Microservices (33.18 MB)
010 Developing Product Page in AspnetBasics Shopping Web Application Microservices (57.19 MB)
011 Developing Product Detail Page in AspnetBasics Shopping Web Application (11.28 MB)
012 Developing Cart and Order Page in AspnetBasics Shopping Web Application (42.9 MB)
013 Developing CheckOut Page in AspnetBasics Shopping Web Application Microservices (76.69 MB)
014 Refactoring Developments in AspnetBasics Shopping Web Application Microservices (13.18 MB)
015 Test AspnetBasics Shopping Web Application Microservices Over Ocelot Api Gateway (154.33 MB)
016 Containerize AspnetBasics Shopping Web Application Microservices using DC (24.81 MB)
017 Test on Docker environment - AspnetBasics Shopping Web Microservices into Docker (76.78 MB)

Screenshot
xEKKHOIN_o.jpg


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.in | Dataload.in

Auf Data-Load.in findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load.in / Dataload.in legal?

Data-Load.in ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load.in gespeichert.
Oben Unten