C# Corner announced a new webinar on "An Overview on Microservices using .Net Core"
Prerequisites: GoToMeeting
Event URL: https://bit.ly/3HLV0cy
Abstract:
Cloud-native architectures, such as microservices, are becoming the de facto standard in the software industry and, in today's developer environment, it's no longer only architects who need to understand its benefits and challenges. By leveraging this popular architectural pattern, developers and other key application stakeholders can enhance the availability, reliability, and scalability of their software solutions. In this session, we discuss an overview of microservices, as well as how to use .NET Core 5.0 to create microservices that can be deployed in Azure. Also, we cover key topics such as microservices pros and cons; writing unit tests; microservices deployment on top of an orchestrator, such as Azure Service Fabric...
Agenda:
- Basic concepts of Software Architecture
- Overview on Monolithic Architecture
- Overview on Microservice Architecture
- Benefits of using Microservice Architecture
- Develop Microservices using .Net Core 5.0