- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 157字
- 2021-07-02 22:08:04
What Are Microservices?
The focus of this chapter is to get you acquainted with microservices. We will start with a brief introduction. Then, we will define its predecessors: monolithic architecture and service-oriented architecture (SOA). After this, we will see how microservices fare against both SOA and the monolithic architecture. We will then compare the advantages and disadvantages of each one of these architectural styles. This will enable us to identify the right scenario for these styles. We will understand the problems that arise from having a layered monolithic architecture. We will discuss the solutions available to these problems in the monolithic world. At the end, we will be able to break down a monolithic application into a microservice architecture. We will cover the following topics in this chapter:
- Origin of microservices
- Discussing microservices
- Understanding the microservice architecture
- Advantages of microservices
- SOA versus microservices
- Understanding problems with the monolithic architectural style
- Challenges in standardizing the .NET stack
- Vue.js 3.x快速入門
- Rust編程:入門、實戰與進階
- Building a Game with Unity and Blender
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Reactive Programming with Swift
- Apache Spark 2 for Beginners
- Building a Recommendation Engine with Scala
- Mastering Predictive Analytics with Python
- Highcharts Cookbook
- Nginx Lua開發實戰
- Citrix XenServer企業運維實戰
- Learning Splunk Web Framework
- Python自然語言理解:自然語言理解系統開發與應用實戰
- 現代C:概念剖析和編程實踐
- Julia數據科學應用