- 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
- PWA入門與實踐
- 自己動手寫搜索引擎
- Visual FoxPro程序設計教程
- Mastering Ember.js
- Java應用開發與實踐
- Vue.js 3.0源碼解析(微課視頻版)
- Getting Started with Laravel 4
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Couchbase Essentials
- OpenMP核心技術指南
- 微課學人工智能Python編程
- Xamarin Cross-Platform Development Cookbook
- Building Microservices with Go
- Visual FoxPro程序設計實驗教程
- Spring Microservices