- 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.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Visual Basic .NET程序設計(第3版)
- DevOps for Networking
- C++面向對象程序設計(微課版)
- Python零基礎快樂學習之旅(K12實戰訓練)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Express Web Application Development
- Python機器學習:預測分析核心算法
- Julia for Data Science
- Java Web從入門到精通(第3版)
- R語言:邁向大數據之路(加強版)
- Machine Learning for OpenCV
- XML程序設計(第二版)
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- ASP.NET Core 2 High Performance(Second Edition)