- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 208字
- 2021-07-02 20:13:01
What makes a good service?
Before microservices were conceptualized, whenever we thought of enterprise application integration, middleware looked like the most feasible option. Software vendors offered Enterprise Service Bus (ESB), and it was one of the best options for middleware.
Besides considering these solutions, our main priority should be inclined toward the architectural features. When microservices arrived, middleware was no longer a consideration. Rather, the focus shifted to contemplation of business problems and how to tackle those problems with the help of the architecture.
In order to make a service that can be used and maintained easily by developers and users, the service must have the following features (we can also consider these as characteristics of good services):
- Standard data formats: Good services should follow standardized data formats while exchanging services or systems with other components. The most popular data formats used in the .NET stack are XML and JSON.
- Standard communication protocol: Good services should obey standard communication formats, such as SOAP and REST.
- Loose coupling: One of the most important characteristics of a good service is that it follows loose coupling. When services are loosely coupled, we don't have to worry about changes. Changes in one service will not impact other services.
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第三版)
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- Java應(yīng)用開發(fā)與實(shí)踐
- C#程序設(shè)計(jì)(慕課版)
- TestNG Beginner's Guide
- Mastering Unity Shaders and Effects
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- Android Wear Projects
- Learning jQuery(Fourth Edition)
- Kotlin開發(fā)教程(全2冊(cè))
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- Unity 2018 Augmented Reality Projects
- 新印象:解構(gòu)UI界面設(shè)計(jì)
- Java并發(fā)編程之美
- 深入理解BootLoader