- 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.
推薦閱讀
- 基于粒計算模型的圖像處理
- Xcode 7 Essentials(Second Edition)
- C和C++安全編碼(原書第2版)
- Java從入門到精通(第4版)
- Silverlight魔幻銀燈
- SharePoint Development with the SharePoint Framework
- Microsoft Azure Storage Essentials
- Quantum Computing and Blockchain in Business
- Python數據可視化之美:專業圖表繪制指南(全彩)
- AMP:Building Accelerated Mobile Pages
- Visual Basic程序設計基礎
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- CryENGINE Game Programming with C++,C#,and Lua
- 川哥教你Spring Boot 2實戰
- Java EE 程序設計