Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net Training Course
A microservice architecture involves building a software application as a collection of small, autonomous services. Each service operates within its own process and communicates through lightweight mechanisms, such as HTTP resource APIs. This approach allows for efficient deployment via continuous automation systems, eliminating the need for centralized management. Additionally, microservices can be developed using various programming languages and integrated with diverse data storage solutions.
This instructor-led live training is designed for enterprise developers and architects. It introduces microservice architecture from a .Net perspective, explores migration strategies from monolithic systems, and guides participants through the creation and deployment of a sample microservice-based application.
Upon completion of this training, participants will be able to:
- Determine the appropriate scenarios for adopting or avoiding microservice architecture
- Develop and execute a testing strategy tailored for microservices
- Deploy a sample microservice-based application into a production environment
- Refactor a monolithic application into distinct services
Audience
- Developers
- Architects
Course Format
- A blend of lectures, discussions, exercises, and extensive hands-on practice
Course Outline
Introduction
Monolithic vs. Microservice Architecture
Overview of Microservices with .Net and the Microdot Framework
Decomposing an Application
Inter-service Communication
Managing Transactions
Designing Business Logic
Understanding Event Sourcing
Implementing Querying
Interacting with External APIs
Testing Microservices
Building and Deploying Microservices
Refactoring Applications
Microsoft's Nine New Design Patterns
Summary and Conclusion
Requirements
- Experience in developing software applications
- Understanding of .Net programming
- Knowledge of enterprise application architecture, design, and implementation
Open Training Courses require 5+ participants.
Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net Training Course - Booking
Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net Training Course - Enquiry
Microservice Patterns: Migrating from a Monolithic to a Microservice Architecture with .Net - Consultancy 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
Upcoming Courses
Related Courses
Developing Microservices on Google Cloud Apigee
21 HoursThis instructor-led live training, held in South Korea (online or onsite), targets developers who want to learn how to build, test, debug, and deploy APIs on Google Cloud’s Apigee API Platform.
By the end of this training, participants will be able to:
- Establish a development environment with all required resources for API development.
- 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.
Managing APIs with Apigee
14 HoursThis instructor-led live training in South Korea (online or onsite) is targeted at developers who wish to learn how to build, test, debug, and deploy an API on 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 HoursBuilt on Java, Apigee Edge allows you to offer secure access to your services through a consistent, well-defined API, regardless of the underlying service implementation. A consistent API:
- Simplifies service consumption for application developers.
- Allows you to modify backend service implementations without impacting the public API.
- Enables you to leverage built-in features such as analytics, monetization, and the developer portal.
Audience
This course is designed for engineers, architects, and developers who wish to integrate Apigee Edge into their projects.
Axon Framework
21 HoursThis instructor-led, live training in South Korea (available online or onsite) is intended for developers who want to use Axon to build robust 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, originally created at Lyft, and now a CNCF project widely adopted in cloud-native infrastructures. Envoy acts as a universal data plane in service mesh architectures, enabling dynamic routing, observability, and Zero Trust security across microservices.
This instructor-led, live training (online or onsite) is aimed at intermediate-level engineers who wish to deploy, configure, and operate Envoy Proxy for 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.
- Understand Envoy’s architecture, including filters, clusters, and listeners.
- Configure traffic management policies such as retries, circuit breaking, and load balancing.
- Secure communication with TLS/mTLS and enforce Zero Trust principles.
- Extend Envoy functionality with WebAssembly (WASM) filters.
- Integrate Envoy with service meshes such as Istio and Consul.
- Monitor, trace, and troubleshoot microservice traffic using Envoy’s observability features.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- 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 designed to operate on Kubernetes, facilitating secure, observable, and manageable connections among microservices. By utilizing Istio's Envoy-based sidecar proxies, teams can enforce policies, secure communications via mTLS, gain deep traffic insights, and enhance reliability at scale.
This instructor-led live training, available online or onsite, targets intermediate-level engineers aiming to deploy, secure, and manage microservices applications using Istio on Kubernetes.
Upon completing this training, participants will be capable of:
- Installing and configuring Istio on Kubernetes clusters.
- Grasping and applying service mesh concepts such as traffic management, security, and observability.
- Deploying microservices applications within an Istio service mesh environment.
- Securing service-to-service communications using mutual TLS (mTLS) and Zero Trust principles.
- Monitoring, tracing, and troubleshooting microservices using Prometheus, Grafana, and Jaeger.
- Integrating Istio with Calico for advanced network policies and security measures.
Course Format
- Interactive lectures and discussions.
- Extensive exercises and practical practice.
- Hands-on implementation within a live-lab environment.
Course Customization Options
- For customized training requests, please contact us to arrange.
Java Microservices
21 HoursThis instructor-led, live training in South Korea (online or onsite) is designed for intermediate Java developers aiming to design, develop, deploy, and maintain microservices-based applications using Java frameworks such as Spring Boot and Spring Cloud.
Upon completion of this training, participants will be able to:
- Comprehend the fundamental principles and advantages of microservices architecture.
- Build and deploy microservices using Java and Spring Boot.
- Implement service discovery, configuration management, and API gateways.
- Effectively secure, monitor, and scale microservices.
- Deploy microservices using Docker and Kubernetes.
Building Microservices with Lumen PHP Framework
14 HoursThis instructor-led live training, offered online or onsite, is designed for developers aiming to utilize Lumen for constructing Laravel-based microservices and applications.
By the end of this training, participants will be able to:
- Set up the necessary development environment to begin 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, participants will learn how to evaluate various technologies and approaches for designing service-based system architectures. The training initiates with a discussion and comparison of monolithic systems versus service architectures, before delving into the specifics of microservice architecture.
Participants will have the opportunity to apply their learning by stepping through the creation and deployment of proof-of-concept microservices using Spring Cloud, Spring Boot, and Docker.
Subsequently, relevant infrastructure building blocks are analyzed to assist participants in determining the best tools and approaches for diverse organizational requirements.
By the end of this training, participants will gain a solid grasp of Service-Oriented Architecture (SOA) and Microservice Architecture, coupled with practical experience using Spring Cloud and associated Spring technologies to swiftly develop their own cloud-scale, cloud-ready microservices.
Building Microservices with Spring Cloud and Docker
21 HoursIn this instructor-led, live training conducted in South Korea, participants will learn the foundational aspects of constructing microservices using Spring Cloud and Docker. Knowledge is reinforced through exercises and the step-by-step creation of sample microservices.
By the conclusion of this training, participants will be able to:
- Understand the core principles of microservices.
- Employ Docker to build containers for microservice applications.
- Develop and deploy containerized microservices using Spring Cloud and Docker.
- Integrate microservices with service discovery tools and the Spring Cloud API Gateway.
- Apply Docker Compose for thorough end-to-end integration testing.
Building Microservices with Spring Cloud and Docker - 5 Days
35 HoursThis instructor-led, live training in South Korea (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 South Korea, we commence with an overview of microservice architecture. Participants will demonstrate their understanding through exercises and the incremental development of sample microservices.
By the end of the training, participants will have a robust grasp of how to utilize Spring Cloud and related Spring technologies to swiftly develop cloud-scale, cloud-ready microservices.
Microservices with Spring Cloud and Kafka
21 HoursThis instructor-led live training in South Korea (online or onsite) targets developers who wish to transition from traditional architecture to a highly concurrent, microservices-based architecture using Spring Cloud, Kafka, Docker, Kubernetes, and Redis.
Upon completion of this training, participants will be able to:
- Establish the necessary development environment for building microservices.
- Design and implement a highly concurrent microservices ecosystem leveraging Spring Cloud, Kafka, Redis, Docker, and Kubernetes.
- Migrate monolithic and SOA services to a microservices-based architecture.
- Embrace a DevOps approach for software development, testing, and release.
- Ensure high concurrency among microservices in production environments.
- Monitor microservices and implement effective recovery strategies.
- Perform performance tuning.
- Gain insights into future trends in microservices architecture.
Building Microservices with Spring Cloud and Netflix OSS
21 HoursSpring Cloud serves as a lightweight, open-source framework designed for constructing cloud-native Java applications. Netflix OSS provides a comprehensive suite of libraries and frameworks specifically tailored for microservice development. Spring Cloud seamlessly integrates with Netflix components by leveraging auto-configuration and convention-over-configuration principles.
This instructor-led live training guides participants through the core principles of developing microservices using Spring Cloud and Netflix OSS. Through practical exercises and the step-by-step creation of sample microservices, learners will apply and reinforce their knowledge.
Upon completion of this training, participants will possess a robust understanding of how to combine Spring Cloud and associated Spring technologies with Netflix OSS to swiftly develop cloud-ready, scalable microservices.
Audience
- Java Developers
Format of the course
- A blend of lectures and discussions, supplemented by exercises and extensive hands-on practice
Traefik
7 HoursThis instructor-led live training at South Korea (online or onsite) targets system administrators and developers aiming to deploy, manage, monitor, and operate microservices using Traefik.
Upon completion of this training, participants will be able to:
- Configure and start Traefik using a Docker provider.
- Establish secure and encrypted connections with Let's Encrypt.
- Deploy and link middleware to a router to modify service requests.
- Track Traefik's performance via the dashboard.