- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 201字
- 2021-07-02 20:12:56
Solutions for current challenges
Business is growing rapidly, so we decide to open our e-commerce website in 20 more cities; however, we are still facing challenges with the existing application and struggling to serve the existing user base properly. In this case, before we start the transition, we should make our monolithic application ready for its transition to microservices.
In the very first approach, the Shopping cart module will be segregated into smaller modules, then you'll be able to make these modules interact with each other as well as external or third-party software:

This proposed solution is not sufficient for our existing application, though developers would be able to pide the code and reuse it. However, the internal processing of the business logic will remain the same without any change in the way it would interact with the UI or the database. The new code will interact with the UI and the database layer with the database still remaining as the same old single database. With our database remaining unpided and as tightly coupled layers, the problems of having to update and deploy the whole code base will still remain. So this solution is not suitable for resolving our problem.
- TypeScript Essentials
- Java入門很輕松(微課超值版)
- Magento 2 Development Cookbook
- Hands-On Automation Testing with Java for Beginners
- Symfony2 Essentials
- Visual Foxpro 9.0數據庫程序設計教程
- iPhone應用開發從入門到精通
- Unity 3D/2D移動開發實戰教程
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- 代替VBA!用Python輕松實現Excel編程
- Hadoop大數據分析技術
- 分布式架構原理與實踐
- C Primer Plus(第6版)中文版【最新修訂版】
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)