ASP.NET Core 3 Microservices: Getting Started
Using microservices as the architecture of applications is both powerful and complex. This course will teach you why that is and how to get started creating microservices using ASP.NET Core.
What you'll learn
Using autonomous microservices is a great solution for scenarios where high flexibility and scalability is needed. In this course, ASP.NET Core Microservices: Getting Started, you’ll learn the reasoning behind using microservices and how to create them using ASP.NET Core. First, you’ll explore a sample application using 2 microservices teaching you the basics. Next, you’ll discover when microservices should be used and what ASP.NET Core techniques are great when using them. Finally, you’ll learn how to communicate asynchronously with microservices. When you’re finished with this course, you’ll have the knowledge to decide if microservices are a good choice for your organization and the skills to implement them using ASP.NET Core.
Table of contents
- Introduction 1m
- Adding a Microservice 5m
- Bounded Contexts 3m
- Implementing Service-to-service Communication 3m
- Synchronous and Asynchronous Communication 5m
- Setting up a Microservice to Asynchronous Communication 2m
- Receiving Messages with a Service Bus 4m
- Sending Messages with a Service Bus 2m
- Summary 1m