* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    Hoje às 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

Autor Tópico: Versioning Microservices  (Lida 73 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Versioning Microservices
« em: 12 de Março de 2023, 10:43 »

Versioning Microservices
Published 3/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 768.82 MB | Duration: 1h 38m

Complete guide to build enterprise edition application end to end

What you'll learn
Learn how to create Microservices using .Net Core
Learn how to stitch multiple technologies together
Learn how to version apis via routing parameter
Learn how to version apis via query string
Learn how to version apis via header
Learn how to support multiple versions of the same api
Learn how to deprecate older version of api
Learn how to configure swagger to support different versions

Requirements
Basics of C#

Description
Microservices are a design pattern in which applications are composed of independent modules that communicate with each other within well defined boundaries. This makes it easier to develop, test, and deploy isolated parts of your application. If you are coming on this course directly, I suggest follow the Learning path as mentioned below to understand the entire picture.1. Getting Started with Microservices using Clean Architecture2. Securing Microservices using Identity Server 43. Implementing Cross Cutting Concerns 4. Versioning Microservices (Current Course)5. Building Angular Application for MicroServices6. Deploying Microservices to Kubernetes and AKSIn the earlier section, you would have already learnt plethora of technologies while designing Microservices and implementing Identity Server. During that learning journey you must have designed Microservices module using clean architecture. While doing so, You would have also implemented CQRS design pattern in order to implement the clean architecture design. Here, you will learn how to apply all the industry best practices together. This series is designed using .Net Core 6 and Angular 15. Angular is used in the client application. For that there is a separate dedicate course for that. This course is part of Microservices series where in you will learn all minute details related to Microservices. During this learning path, you will learn how to connect the dots using different technologies and tooling. This course "Versioning Microservices" is the fourth edition of the series. In this course you will learn all different types of versioning strategy in depth. At the same time you will understand how to keep clients backward compatible with the support of different versions. In this course, you will be implementing following things:IntroductionIntroductionArchitecture OverviewVersioning StrategyBranching StrategyImplementing API VersioningLet's understand what to changeImplementing Basket Checkout V2 VersionGetting 400 Validation Error with CheckoutCreating V2 Version of Basket ControllerConfigure Swagger OptionsApplying Swagger Default ValuesCustom Swagger Configuration in StartupTesting new version of SwaggerCreating new version of Basket Checkout methodCreating V2 version of Basket Ordering ConsumerConfiguring new Receive EndPoint for Checkout V2Checkout Order Command Fluent Validation FailingFixing Checkout IssueWhat's NextWhat's Next

Overview
Section 1: Introduction

Lecture 1 Introduction

Lecture 2 Architecture Overview

Lecture 3 Versioning Strategy

Lecture 4 Branching Strategy

Section 2: Implementing API Versioning

Lecture 5 Let's understand what to change

Lecture 6 Implementing Basket Checkout V2 Version

Lecture 7 Getting 400 Validation Error with Checkout

Lecture 8 Creating V2 Version of Basket Controller

Lecture 9 Configure Swagger Options

Lecture 10 Applying Swagger Default Values

Lecture 11 Custom Swagger Configuration in Startup

Lecture 12 Testing new version of Swagger

Lecture 13 Creating new version of Basket Checkout method

Lecture 14 Creating V2 version of Basket Ordering Consumer

Lecture 15 Configuring new Receive EndPoint for Checkout V2

Lecture 16 Checkout Order Command Fluent Validation Failing

Lecture 17 Fixing Checkout Issue

Lecture 18 Implementing Header Api Version Reader

Lecture 19 Implementing other API Versions Strategy

Lecture 20 Combining different API Versioning Strategy

Lecture 21 URL Based Routing

Section 3: What's Next

Lecture 22 What's Next

Beginners, Intermediate or even Advanced level candidates who wanted to refine their Microservices knowledge using .Net core and other tons of different technologies

rapidgator.net:
Citar
https://rapidgator.net/file/7841c335527de444ece7ea03568991b8/unqne.Versioning.Microservices.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/E08a5fa8467332FB/unqne.Versioning.Microservices.rar

nitroflare.com:
Citar
https://nitroflare.com/view/EFFF1B5F8582CC5/unqne.Versioning.Microservices.rar

ddownload.com:
Citar
https://ddownload.com/wj2a0tj2z719/unqne.Versioning.Microservices.rar