- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 119字
- 2021-07-02 20:12:57
Versioning
The current system does not have any kind of versioning system, so there is no way to revert if something happens during a change. To resolve this issue, we need to introduce a version control mechanism. In our case, this should be either TFS or Git. With the use of version control, we can now revert to our change in case it is found to break some functionality or introduce any unexpected behavior in the application. We now have the capability of tracking the changes being made by the team members working on this application, at an inpidual level. However, in the case of our monolithic application, we did not have the capability of doing this.
推薦閱讀
- ASP.NET Core 5.0開發入門與實戰
- Mastering SVG
- ASP.NET Core 2 and Vue.js
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Python忍者秘籍
- Node.js:來一打 C++ 擴展
- Python算法詳解
- Getting Started with React Native
- Kotlin開發教程(全2冊)
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Microsoft HoloLens By Example
- Bitcoin Essentials
- C/C++語言程序開發參考手冊
- 算法(第4版)
- Unity3D高級編程:主程手記