- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 185字
- 2021-07-02 22:08:14
Technology
A two-pronged approach is required here. First, you must identify what different features of the application's base framework are being utilized. The differentiation could be, for example, on the basis of heavy dependency on certain data structures, interprocess communication being performed, or the activity of report generation. This is the easier part.
However, as the second step, I recommend that you become more confident and pick up pieces that use a type of technology that is different from what is being used currently. For example, there could be a piece of code relying upon simple data structures or XML-based persistence. Identify such baggage in the system and mark it for the transition. A lot of prudence is required in this twin-pronged approach. Making a pick that is too ambitious could embark us on a path similar to what we have been trying to avoid altogether.
Some of these parts might still not look like very promising candidates for the final microservice-styled architecture application. They should still be dealt with now itself. In the end, they would allow you to easily perform the transition.
- Vue 3移動Web開發與性能調優實戰
- Python量化投資指南:基礎、數據與實戰
- 工程軟件開發技術基礎
- The Modern C++ Challenge
- Programming ArcGIS 10.1 with Python Cookbook
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Bootstrap 4:Responsive Web Design
- 基于Struts、Hibernate、Spring架構的Web應用開發
- Python項目實戰從入門到精通
- Building Wireless Sensor Networks Using Arduino
- Cocos2d-x Game Development Blueprints
- OpenCV with Python Blueprints
- Building Slack Bots
- 大學計算機基礎實訓教程
- UX Design for Mobile