Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net Training Course
Microservice architecture is a method for developing software applications as a collection of small, autonomous services. Each service runs in its own process and communicates with other services using lightweight mechanisms like HTTP resource APIs. These services can be efficiently deployed using continuous automation systems, eliminating the need for centralized management. Microservices can be developed using different programming languages and can integrate with various data storage systems.
This instructor-led, live training is designed for enterprise developers and architects. It provides an introduction to microservice architecture from a .Net perspective, discusses strategies for migrating from monolithic systems, and guides participants through the creation and deployment of a sample microservice-based application.
By the end of this training, participants will be able to:
- Understand when it is appropriate to use microservice architecture and when it is not
- Create and implement an effective testing strategy for microservices
- Deploy a sample microservice-based application into a production environment
- Refactor a monolithic application into smaller, independent services
Audience
- Developers
- Architects
Format of the course
- A combination of lectures, discussions, exercises, and extensive hands-on practice
Course Outline
Introduction
Monolithic vs microservice architecture
Overview of Microservices with .Net and Microdot Framework
Breaking up an application
How microservices communicate with each other
Managing transactions
Designing the business logic for your application
Understanding event sourcing
Implementing querying
Interacting with external APIs
Testing your microservice
Building and deploying your microservice
Refactoring your application
Microsoft's nine new design patterns
Summary and Conclusion
Requirements
- Experience developing software applications
- An understanding of .Net programming
- An understanding of enterprise application architecture, design, and implementation
Need help picking the right course?
Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net Training Course - Enquiry
Testimonials (3)
on how khoebib help everyone if there is a problem.
Kim Justine Agoncillo - Metropolitan Bank and Trust Company
Course - Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net
architecture and functionality of macroservice
Allan Golondrina - Metropolitan Bank and Trust Company
Course - Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net
The topics covered in the training and the trainer's knowledge about the topics.
Sajid Baloch - Eschbach GmbH
Course - Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net
Related Courses
Developing Microservices on Google Cloud Apigee
21 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at developers who wish to learn how to build, test, debug and deploy an API on top of Google Cloud's Apigee API Platform.
By the end of this training, participants will be able to:
- Set up a development environment that includes all needed resources to start developing an API.
- Understand and implement the tools available within Apigee Edge.
- Build and deploy an API to Google Cloud.
- Monitor and debug API errors.
- Leverage Google Cloud's analytics and machine learning solutions to make APIs more intelligent.
Building Microservices with Apigee Edge
21 HoursApigee Edge, which is developed using Java, allows you to provide secure access to your services through a well-defined API that remains consistent across all of your services, regardless of how they are implemented. A consistent API:
- Simplifies the process for app developers to integrate and use your services.
- Enables you to modify the backend service implementation without impacting the public API.
- Allows you to leverage the analytics, monetization, developer portal, and other features integrated into Apigee Edge.
Audience
This course is designed for engineers, architects, and developers who are looking to utilize Apigee Edge in their projects.
Axon Framework
21 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at developers who wish to use Axon to build well structured enterprise applications that leverage the power of CQRS and Event Sourcing.
By the end of this training, participants will be able to:
- Set up the development environment needed to create an Axon Framework application.
- Implement the CQRS (Command Query Responsibility Segregation) and Event Sourcing architectural patterns to develop complex applications.
- Apply the concepts of Domain Driven Design to their application design.
- Build applications that focus on the business problem instead of the infrastructure.
Envoy Proxy: Modern Service Proxy and Service Mesh Data Plane
14 HoursEnvoy Proxy is a high-performance edge and service proxy that was initially developed at Lyft and is now a widely adopted CNCF project in cloud-native infrastructures. It serves as a universal data plane in service mesh architectures, facilitating dynamic routing, observability, and Zero Trust security across microservices.
This instructor-led, live training (available both online and onsite) is designed for intermediate-level engineers who want to deploy, configure, and operate Envoy Proxy in modern microservices and service mesh environments.
By the end of this training, participants will be able to:
- Install and configure Envoy Proxy in standalone and Kubernetes environments.
- Gain a deep understanding of Envoy’s architecture, including filters, clusters, and listeners.
- Set up traffic management policies such as retries, circuit breaking, and load balancing.
- Secure communication using TLS/mTLS and enforce Zero Trust principles.
- Enhance Envoy functionality with WebAssembly (WASM) filters.
- Integrate Envoy with service meshes like Istio and Consul.
- Monitor, trace, and troubleshoot microservice traffic using Envoy’s observability features.
Format of the Course
- Interactive lectures and discussions.
- Numerous exercises and practice sessions.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Creating a Service Mesh with Istio and Kubernetes
14 HoursIstio is an open-source service mesh that operates on Kubernetes to provide secure, observable, and manageable connectivity between microservices. By utilizing Istio’s Envoy-based sidecar proxies, teams can enforce policies, ensure secure communications with mutual TLS (mTLS), gain deep insights into traffic, and enhance reliability at scale.
This instructor-led, live training (online or onsite) is designed for intermediate-level engineers who wish to deploy, secure, and manage microservices applications using Istio on Kubernetes.
By the end of this training, participants will be able to:
- Install and configure Istio on Kubernetes clusters.
- Understand and apply service mesh concepts such as traffic management, security, and observability.
- Deploy microservices applications within an Istio service mesh.
- Secure service-to-service communications using mutual TLS (mTLS) and Zero Trust principles.
- Monitor, trace, and troubleshoot microservices with tools like Prometheus, Grafana, and Jaeger.
- Integrate Istio with Calico for advanced network policies and security measures.
Format of the Course
- Interactive lecture and discussion sessions.
- Numerous exercises and practical activities.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Java Microservices
21 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at intermediate-level Java developers who wish to design, develop, deploy, and maintain microservices-based applications using Java frameworks like Spring Boot and Spring Cloud.
By the end of this training, participants will be able to:
- Understand the principles and benefits of microservices architecture.
- Build and deploy microservices using Java and Spring Boot.
- Implement service discovery, configuration management, and API gateways.
- Secure, monitor, and scale microservices effectively.
- Deploy microservices using Docker and Kubernetes.
Kuma Kubernetes
35 HoursUpon completion of this professional course, participants will have acquired the knowledge and skills necessary to effectively implement, manage, and scale Kuma's service mesh within Kubernetes environments. They will be able to implement advanced traffic routing, observability, and security features to optimize the performance and reliability of their microservices-based applications.
Building Microservices with Lumen PHP Framework
14 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at developers who wish to use Lumen to build Laravel-based microservices and applications.
By the end of this training, participants will be able to:
- Set up the necessary development environment to start developing microservices with Lumen.
- Understand the benefits of implementing microservices using Lumen and PHP.
- Perform and implement the microservices functions and operations using the Lumen framework.
- Protect and control access to the microservices architectures by building security layers.
System Architecture, Service Architecture, and Microservice Architecture with Spring Cloud
21 HoursIn this instructor-led, live training in Uzbekistan, participants will learn how to evaluate different technologies and approaches for the design of a services-based system architecture. The training begins with a discussion and comparison of monolithic systems and service architectures, then digs into the details of microservice architecture.
Participants are given a chance to put their knowledge into practice as they step through the creation and deployment of a set of proof-of-concept microservices built with Spring Cloud, Spring Boot and Docker.
Finally, the relevant infrastructure building blocks are examined to help participants determine the most suitable tools and approaches to use for different organizational requirements.
By the end of this training, participants will have a solid understanding of Service-Oriented Architecture (SOA) and Microservice Architecture as well practical experience using Spring Cloud and related Spring technologies for rapidly developing their own cloud-scale, cloud-ready microservices.
Building Microservices with Spring Cloud and Docker
21 HoursIn this instructor-led, live training in Uzbekistan, participants will learn the fundamentals of building microservices using Spring Cloud and Docker. Participant knowledge is put to the test through exercises and the step-by-step development of sample microservices.
By the end of this training, participants will be able to:
- Understand the fundamentals of microservices.
- Use Docker to build containers for microservice applications.
- Build and deploy containerized microservices using Spring Cloud and Docker.
- Integrate microservices with discovery services and the Spring Cloud API Gateway.
- Use Docker Compose for end-to-end integration testing.
Building Microservices with Spring Cloud and Docker - 5 Days
35 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at intermediate-level developers and DevOps engineers who wish to build, deploy, and manage microservices using Spring Cloud and Docker.
By the end of this training, participants will be able to:
- Develop microservices using Spring Boot and Spring Cloud.
- Containerize applications with Docker and Docker Compose.
- Implement service discovery, API gateways, and inter-service communication.
- Monitor and secure microservices in production environments.
- Deploy and orchestrate microservices using Kubernetes.
Spring Cloud for Microservices
14 HoursIn this instructor-led, live training in Uzbekistan, we start with a discussion of microservice architecture. Participant knowledge is put to the test through exercises and the step-by-step development of sample microservices.
By the end of this training, participants will have a solid understanding of how to use Spring Cloud and related Spring technologies to rapidly develop their own cloud-scale, cloud-ready microservices.
Microservices with Spring Cloud and Kafka
21 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at developers who wish to transform traditional architecture into a highly concurrent microservices-based architecture using Spring Cloud, Kafka, Docker, Kubernetes and Redis.
By the end of this training, participants will be able to:
- Set up the necessary development environment for building microservices.
- Design and implement a highly concurrent microservices ecosystem using Spring Cloud, Kafka, Redis, Docker and Kubernetes.
- Transform monolithic and SOA services to microservice based architecture.
- Adopt a DevOps approach to developing, testing and releasing software.
- Ensure high concurrency among microservices in production.
- Monitor microservices and implement recovery strategies.
- Carry out performance tuning.
- Learn about future trends in microservices architecture.
Building Microservices with Spring Cloud and Netflix OSS
21 HoursSpring Cloud is an open-source, lightweight microservices framework designed for developing Java applications for cloud environments. Netflix OSS comprises a set of frameworks and libraries that facilitate the development of microservices. Spring Cloud seamlessly integrates with Netflix components through auto-configuration and convention over configuration.
In this instructor-led, live training, participants will gain an understanding of the core concepts involved in building microservices using Spring Cloud and Netflix OSS. The training includes practical exercises and step-by-step development of sample microservices to reinforce participant knowledge.
By the end of this training, participants will have a solid grasp of how to leverage Spring Cloud and related Spring technologies alongside Netflix OSS to quickly develop their own cloud-scale, cloud-ready microservices.
Audience
- Java Developers
Format of the course
- Part lecture, part discussion, with exercises and extensive hands-on practice
Traefik
7 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at system administrators and developers who wish to deploy, manage, monitor, and operate microservices using Traefik.
By the end of this training, participants will be able to:
- Configure and launch Traefik through a Docker provider.
- Enable secure and encrypted connections using Let's Encrypt.
- Deploy and connect middleware to a router to transform service requests.
- Monitor Traefik operations using the dashboard.