- 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.
- C++面向對象程序設計(第三版)
- SPSS數據挖掘與案例分析應用實踐
- 深入理解Android(卷I)
- Expert C++
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Building a Home Security System with Raspberry Pi
- Vue.js 3.0源碼解析(微課視頻版)
- HTML5游戲開發案例教程
- Hands-On RESTful Web Services with Go
- INSTANT Silverlight 5 Animation
- Webpack實戰:入門、進階與調優(第2版)
- 軟件體系結構
- Python趣味編程與精彩實例
- 30天學通C#項目案例開發
- JavaWeb從入門到精通(視頻實戰版)