NET Microservices with Azure DevOps & AKS Basic to Master [Update 12 - 2024]

0dayddl

U P L O A D E R
537368816_que-es-udemy-analisis-opiniones.jpg

17.72 GB | 23min 24s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
01 Introduction to Microservices.mp4 (5.7 MB)
02 Drawbacks of Monolithic Architecture.mp4 (18.89 MB)
03 Design Principles of Microservices.mp4 (15.31 MB)
04 Breaking Monolithic Architecture to Microservices.mp4 (9.19 MB)
05 Microservices Best Practices.mp4 (8.95 MB)
01 Section Introduction.mp4 (9.56 MB)
02 Creating Users Microservice.mp4 (130.91 MB)
03 Exception Handling Middleware.mp4 (59.74 MB)
04 Users Models.mp4 (33.42 MB)
05 Users Repository.mp4 (54.89 MB)
06 Users Service.mp4 (134.98 MB)
07 Users Controller.mp4 (110.52 MB)
08 Postman.mp4 (108.21 MB)
09 AutoMapper - Part 1.mp4 (195.22 MB)
10 AutoMapper - Part 2.mp4 (68.68 MB)
11 Postgres.mp4 (19.58 MB)
12 Intro to Dapper.mp4 (56.49 MB)
13 Dapper ExecuteAsync.mp4 (142.81 MB)
14 Dapper QueryAsync.mp4 (134.12 MB)
15 FluentValidation.mp4 (149.57 MB)
16 Listing of Fluent Validator Methods.mp4 (25.05 MB)
17 Git Basics [Theory].mp4 (15.35 MB)
18 GitHub Repository for Users Microservice.mp4 (135.14 MB)
19 Swagger.mp4 (61.91 MB)
20 Angular Client App.mp4 (79 MB)
01 Creating Products Microservice Assignment Solution.mp4 (41.92 MB)
02 Boilerplate Code.mp4 (72.69 MB)
03 MySQL.mp4 (24.26 MB)
04 Products DbContext.mp4 (138.05 MB)
05 Products Repository.mp4 (50.56 MB)
06 Products Service Contract.mp4 (118.62 MB)
07 Products Fluent Validation.mp4 (66.23 MB)
08 Products AutoMapper.mp4 (143.44 MB)
09 Products Service.mp4 (160.36 MB)
10 Products Service Assignment Solution.mp4 (136.73 MB)
11 Minimal API Endpoints.mp4 (129.24 MB)
12 Minimal API Endpoints Assignment Solution.mp4 (229.86 MB)
13 Testing API Endpoints - Part 1.mp4 (57.8 MB)
14 Testing API Endpoints - Part 2.mp4 (123.51 MB)
15 Swagger.mp4 (61.34 MB)
16 Products Angular UI.mp4 (93.56 MB)
17 GitHub Repository for Products Microservice.mp4 (33.76 MB)
01 Deployment Workflow [Theory].mp4 (13.11 MB)
02 Hypervisor [Theory].mp4 (13.17 MB)
03 Introduction to Docker [Theory].mp4 (9.92 MB)
04 Benefits of Containerization [Theory].mp4 (17.26 MB)
05 Docker Containers vs Virtual Machines [Theory].mp4 (8.28 MB)
06 How Docker Images and Containers Work (Theory).mp4 (13.33 MB)
07 Intro to Docker Hub [Theory].mp4 (4.64 MB)
08 Docker Architecture [Theory].mp4 (9.05 MB)
09 Installing Docker.mp4 (34.54 MB)
10 Dockerfile - Part 1.mp4 (168.75 MB)
11 Dockerfile - Part 2.mp4 (69.71 MB)
12 Creating Docker Images and Containers.mp4 (89.07 MB)
13 Docker Hub Accounts.mp4 (61.22 MB)
14 Pushing Docker Images.mp4 (103.87 MB)
15 Docker on Linux.mp4 (37.04 MB)
16 Pulling Docker Images.mp4 (86.15 MB)
17 Docker Networks.mp4 (112.93 MB)
18 Connection String with Environment Variables.mp4 (168.99 MB)
19 MySQL Startup Script.mp4 (84.4 MB)
01 Intro to Docker Compose.mp4 (21.04 MB)
02 YAML File - Part 1.mp4 (24.7 MB)
03 YAML File - Part 2.mp4 (72.67 MB)
04 Docker Compose Commands.mp4 (33.99 MB)
05 Connection String in Users Microservice.mp4 (41.68 MB)
06 Pushing Users Microservice Docker Image.mp4 (91.49 MB)
07 Adding Users Microservice to Docker Compose.mp4 (204.79 MB)
08 Important Docker Commands.mp4 (127.01 MB)
01 Creating Orders Microservice Assignment Solution.mp4 (132.5 MB)
02 Adding MongoDB.mp4 (105.95 MB)
03 Order Entities.mp4 (93.34 MB)
04 Orders Repository.mp4 (238.81 MB)
05 Order DTO.mp4 (69.15 MB)
06 Orders Service Contract.mp4 (70.43 MB)
07 Order Validators.mp4 (111.16 MB)
08 Order Mappers.mp4 (132.49 MB)
09 Orders Service - Part 1.mp4 (227.26 MB)
10 Orders Service - Part 2.mp4 (81.85 MB)
11 Orders Endpoints.mp4 (62.82 MB)
12 Orders CUD Endpoints Assignment Solution.mp4 (83.57 MB)
13 MongoDB Docker Container.mp4 (36.9 MB)
14 MongoDB Startup Script.mp4 (89.15 MB)
15 Testing Orders Endpoints.mp4 (93.32 MB)
01 Microservice Communication Patterns (Theory).mp4 (23.88 MB)
02 GetUserByUserID Endpoint.mp4 (241.8 MB)
03 Custom HttpClient Service.mp4 (90.68 MB)
04 Microservice Communication using HttpClient.mp4 (245.11 MB)
05 GetProductByProductID Endpoint.mp4 (63.26 MB)
06 Docker Compose in Visual Studio - Part 1.mp4 (98.28 MB)
07 Docker Compose in Visual Studio - Part 2.mp4 (96.45 MB)
08 Docker Compose in Visual Studio - Part 3.mp4 (237.11 MB)
09 Debugging Microservices in Visual Studio.mp4 (113.57 MB)
10 Validating ProductID in Orders Microservice - Assignment Solution.mp4 (163.83 MB)
11 Loading Product Details in Orders Microservice - Assignment Solution.mp4 (183.76 MB)
12 Loading User Details in Orders Microservice - Assignment Solution.mp4 (127.52 MB)
13 Frontend App with Orders.mp4 (47.86 MB)
01 Intro to Fault Tolerance (Theory).mp4 (9.21 MB)
02 Polly.mp4 (9.48 MB)
03 WaitAndRetry - Part 1.mp4 (22.14 MB)
04 WaitAndRetry - Part 2.mp4 (147.94 MB)
05 Policy Services.mp4 (163.38 MB)
06 Exponential Backoff.mp4 (37.43 MB)
07 Fault Data.mp4 (64.98 MB)
08 Circuit Breakers.mp4 (124.69 MB)
09 BrokenCircuitException.mp4 (34.38 MB)
10 Fallback.mp4 (254.09 MB)
11 Timeout.mp4 (71.95 MB)
12 TimeoutRejectedException.mp4 (18.47 MB)
13 Bulkhead Isolation.mp4 (94 MB)
14 Combined Policy.mp4 (51.91 MB)
15 Fault Tolerance Policies Assignment Solution.mp4 (112.72 MB)
01 Introduction to Caching (Theory).mp4 (23.23 MB)
02 Redis Docker Image.mp4 (65.76 MB)
03 Redis NuGet Package.mp4 (75.91 MB)
04 Reading from Cache.mp4 (88.78 MB)
05 Writing to Cache.mp4 (73.93 MB)
06 ServiceUnavailable Response.mp4 (114.91 MB)
07 Redis Cache for Users Microservice Data - Assignment Solution.mp4 (105.29 MB)
01 Intro to API Gateway (Theory).mp4 (9.58 MB)
02 Ocelot NuGet Package.mp4 (59.25 MB)
03 ocelot json.mp4 (85.5 MB)
04 API Gateway with Docker Compose.mp4 (104.28 MB)
05 ocelot json All Routes.mp4 (119.15 MB)
06 Microservice Communication with API Gateway.mp4 (45.6 MB)
07 Frontend with API Gateway.mp4 (46.91 MB)
08 Polly with Ocelot.mp4 (24.66 MB)
09 Rate Limits.mp4 (25.83 MB)
10 Response Caching.mp4 (22.23 MB)
01 Intro to RabbitMQ (Theory).mp4 (14.7 MB)
02 RabbitMQ Exchanges (Theory).mp4 (14.79 MB)
03 RabbitMQ Docker Image.mp4 (54.27 MB)
04 RabbitMQ NuGet Package.mp4 (67.29 MB)
05 RabbitMQ Connection.mp4 (41.94 MB)
06 Publisher Class.mp4 (74.02 MB)
07 Invoking Publisher Class.mp4 (136.73 MB)
08 Consumer Class.mp4 (150.78 MB)
09 'Received' Event.mp4 (73.95 MB)
10 Hosted Service.mp4 (141.76 MB)
11 Product Deletion Message in RabbitMQ - Assignment Solution.mp4 (179.41 MB)
12 Fanout Exchange.mp4 (66.08 MB)
13 Topic Exchange.mp4 (77.2 MB)
14 Headers Exchange.mp4 (104.35 MB)
15 Products Cache Invalidation - Assignment Solution.mp4 (169.92 MB)
01 Introduction to Cloud Computing (Theory).mp4 (11.09 MB)
02 Cloud Service Models (Theory).mp4 (6.92 MB)
03 Introduction to Azure (Theory).mp4 (9.22 MB)
04 Azure Subscription.mp4 (53.73 MB)
05 Azure CLI Setup.mp4 (42.7 MB)
06 Resource Group.mp4 (33.9 MB)
07 Demo Web API App.mp4 (37.25 MB)
08 Azure Container Registry.mp4 (85.6 MB)
09 AppService vs Container Apps vs AKS (Theory).mp4 (12.89 MB)
10 AppService - Part 1.mp4 (93.56 MB)
11 AppService - Part 2.mp4 (103.58 MB)
12 Azure Container Apps.mp4 (86.05 MB)
01 Introduction to Kubernetes (Theory).mp4 (16.33 MB)
02 Kubernetes Architecture (Theory).mp4 (19.72 MB)
03 Creating AKS Cluster.mp4 (117.58 MB)
04 kubectl Basic Commands.mp4 (17 MB)
05 Deployment Manifests - Part 1.mp4 (30.01 MB)
06 Deployment Manifests - Part 2.mp4 (56.04 MB)
07 Service Manifests.mp4 (52.06 MB)
08 Pushing Microservice Images to ACR.mp4 (204.91 MB)
09 Deployment Manifests for Microservices.mp4 (126.38 MB)
10 Troubleshooting Pods - Part 1.mp4 (39.59 MB)
11 Service Manifests for Microservices.mp4 (88.98 MB)
12 Troubleshooting Pods - Part 2.mp4 (150.07 MB)
13 Postman Collections.mp4 (39.88 MB)
14 Zero Down Time Rollout.mp4 (60.46 MB)
15 Kubernetes Secrets.mp4 (27.87 MB)
01 Intro to Azure DevOps (Theory).mp4 (75.44 MB)
02 Azure DevOps Subscription.mp4 (22.95 MB)
03 Parallelism Request for Pipelines.mp4 (27.8 MB)
04 Azure Boards.mp4 (67.29 MB)
05 Azure Repos.mp4 (96.35 MB)
06 Azure Repos Assignment Solution.mp4 (25.69 MB)
07 Branches and Pull Requests.mp4 (101.81 MB)
08 Creating Azure Pipeline.mp4 (67.53 MB)
09 Container Registry Service Connections.mp4 (15.53 MB)
10 Understanding Pipeline YAML.mp4 (142.11 MB)
11 Running the Pipeline.mp4 (75.71 MB)
12 Adding Tests to Repo.mp4 (85.87 MB)
13 Adding Tests to Pipeline - Part 1.mp4 (128.78 MB)
14 Adding Tests to Pipeline - Part 2.mp4 (48.57 MB)
15 Environments and Approvals.mp4 (40.69 MB)
16 Kubernetes Service Connections.mp4 (5.32 MB)
17 Dev Deployment - Part 1.mp4 (156.29 MB)
18 Dev Deployment - Part 2.mp4 (117.67 MB)
19 Other Env Deployments - Assignment Solution - Part 1.mp4 (179.87 MB)
20 Other Env Deployments - Assignment Solution - Part 2.mp4 (221.93 MB)
21 Variable Groups.mp4 (113.46 MB)
22 Orders Microservice Pipeline Assignment Solution.mp4 (218.69 MB)
23 Users Microservice Pipeline Assignment Solution.mp4 (162.48 MB)
24 Azure Key Vault.mp4 (144.31 MB)
01 Introduction to API Management (Theory).mp4 (6.68 MB)
02 Creating API Management Service.mp4 (16.04 MB)
03 Creating APIs using HTTP Template.mp4 (35.36 MB)
04 Policies.mp4 (42.46 MB)
05 Creating APIs using OpenAPI Template.mp4 (59.14 MB)
06 Postman Collections using OpenAPI.mp4 (71.19 MB)
07 Updating NuGet Packages.mp4 (159.36 MB)
08 Frontend App with APIM.mp4 (86.5 MB)
01 Intro to Microsoft Entra ID (Theory).mp4 (11.76 MB)
02 B2C Tenant.mp4 (23.84 MB)
03 Frontend App - Registration.mp4 (36.46 MB)
04 Frontend App - Redirect URI.mp4 (34.25 MB)
05 Frontend App - API Permissions.mp4 (27.56 MB)
06 Frontend App - User flows.mp4 (55.74 MB)
07 Angular App Config.mp4 (94.63 MB)
08 How B2C Authentication works Internally.mp4 (115.07 MB)
09 Setting-up Admin User.mp4 (77.17 MB)
10 Validating B2C JWT Token in APIM.mp4 (108.86 MB)
11 Removing DB initializers.mp4 (70.04 MB)
12 Backend App - Registration.mp4 (14.25 MB)
13 Backend App - Enabling Tokens.mp4 (4.12 MB)
14 Backend App - Secrets.mp4 (8.34 MB)
15 Backend App - Microsoft Graph Permissions.mp4 (28.51 MB)
16 Backend App - API Permissions.mp4 (8.45 MB)
17 Microsoft Graph Package in Users Microservice.mp4 (47.06 MB)
18 Graph API Configuration in Users Microservice.mp4 (59.3 MB)
19 Graph API GetAsync.mp4 (45.03 MB)
20 Running Graph API.mp4 (9.27 MB)
01 Clearing Azure Resources.mp4 (6.7 MB)
02 Complete Steps.mp4 (56.94 MB)
03 Big Picture.mp4 (20.82 MB)
01 Extension Methods.mp4 (39.39 MB)
02 Anonymous Methods.mp4 (25.25 MB)
03 Lambda Expressions.mp4 (15.22 MB)
04 Dictionary.mp4 (64.14 MB)
05 Interfaces.mp4 (114.02 MB)
06 C# 9 - Top Level Statements.mp4 (107.01 MB)
07 C# 9 - Nullable Reference Types.mp4 (117.41 MB)
08 Records.mp4 (25.87 MB)
]
Screenshot
D9wBbNGJ_o.jpg


RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
TurboBit
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.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me 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 legal?

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