Versioning Microservices
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 Architecture
2. Securing Microservices using Identity Server 4
3. Implementing Cross Cutting Concerns
4. Versioning Microservices (Current Course)
5. Building Angular Application for MicroServices
6. Deploying Microservices to Kubernetes and AKS
In 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:
Introduction
Introduction
Architecture Overview
Versioning Strategy
Branching Strategy
Implementing API Versioning
Let's understand what to change
Implementing Basket Checkout V2 Version
Getting 400 Validation Error with Checkout
Creating V2 Version of Basket Controller
Configure Swagger Options
Applying Swagger Default Values
Custom Swagger Configuration in Startup
Testing new version of Swagger
Creating new version of Basket Checkout method
Creating V2 version of Basket Ordering Consumer
Configuring new Receive EndPoint for Checkout V2
Checkout Order Command Fluent Validation Failing
Fixing Checkout Issue
What's Next
What's Next
Who this course is for:
- Beginners, Intermediate or even Advanced level candidates who wanted to refine their Microservices knowledge using .Net core and other tons of different technologies
Instructor
Hi, I am Rahul Sahay. I'm specialist in Web technologies. You can often find me speaking and training at various events around. I am Software Architect. I have been working in various aspects of the software development life cycle for 15+ years, focusing on System Design, Problem Solving, Low Level Design and many more like web stack development. I have been part of software development in different applications, ranging from client applications to web services to websites. As a code junkie, I love to craft software, not only I enjoy writing software, I love sharing my knowledge via my blog.
I also speak at conferences, web camps, and code camps.