- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 179字
- 2021-07-02 20:13:02
The concept of seam
At the very core of microservices lies the capability to work on a specific functionality in isolation from the rest of the system. This translates into all the advantages discussed earlier, such as reduced module dependency, code reusability, easier code maintenance, and better deployment.
In my opinion, the same attributes that were attained with the implementation of microservices should be maintained during the process of implementation. Why should the whole process of moving monoliths to microservices be painful and not be as rewarding as using the microservices themselves? Just remember that the transition can't be done overnight and will need meticulous planning. Many capable solution architects have differed in their approaches while presenting their highly capable teams. The answer lies not just in the points already mentioned, but in the risk to the business itself.
This is very well attainable. However, we must identify our method correctly in order to achieve it. Otherwise, there is a possibility that the whole process of transitioning a monolithic application to microservices could be a dreadful one.
- LabVIEW Graphical Programming Cookbook
- 騰訊iOS測試實踐
- Responsive Web Design with HTML5 and CSS3
- GameMaker Programming By Example
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Yii Project Blueprints
- Mastering Linux Security and Hardening
- LabVIEW虛擬儀器入門與測控應用100例
- Django 3.0入門與實踐
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Visual Basic 6.0程序設計實驗教程
- Application Development with Parse using iOS SDK
- 嵌入式Linux C語言程序設計基礎教程
- Python程序設計教程
- Learning Cocos2d-JS Game Development