- 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.
- Game Programming Using Qt Beginner's Guide
- PHP 7底層設計與源碼實現
- JIRA 7 Administration Cookbook(Second Edition)
- R語言數據可視化實戰
- Learning AndEngine
- Mastering KnockoutJS
- 信息技術應用基礎
- C#程序設計
- Linux命令行與shell腳本編程大全(第4版)
- 微服務架構深度解析:原理、實踐與進階
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Node學習指南(第2版)
- Building Serverless Web Applications
- Instant jQuery Boilerplate for Plugins
- 一覽眾山?。篈SP.NET Web開發修行實錄