- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 185字
- 2021-07-02 20:13:02
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, implemented 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 on simple data structures or XML-based persistence. Identify such baggage in the system and mark it for a transition. A lot of prudence is required in this twin-pronged approach. Making a selection that is too ambitious could set you on a path similar to what we have been trying to avoid altogether.
Some of these parts might not look like very promising candidates for the final microservice-style architecture application. They should still be dealt with now. In the end, they will allow you to easily perform the transition.
- 新編Visual Basic程序設計上機實驗教程
- 微服務設計(第2版)
- Learning LibGDX Game Development(Second Edition)
- SQL學習指南(第3版)
- Building a Recommendation Engine with Scala
- Access 2010中文版項目教程
- Geospatial Development By Example with Python
- Illustrator CS6設計與應用任務教程
- Learning iOS Security
- ASP.NET求職寶典
- Deep Learning for Natural Language Processing
- Java程序設計教程
- Unity 5 Game Optimization
- Java服務端研發知識圖譜
- Python繪圖指南:分形與數據可視化(全彩)