- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 61字
- 2021-07-02 20:12:59
Cost benefits
Each microservice becomes an investment for the business since it can easily be consumed by other microservices without having to redo the same code again and again. Every time a microservice is reused, time is saved by avoiding the testing and deployment of that part.
User experience is enhanced since the downtime is either eliminated or reduced to minimal.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Docker and Kubernetes for Java Developers
- Learn to Create WordPress Themes by Building 5 Projects
- C和C++安全編碼(原書第2版)
- Visual FoxPro 程序設計
- 深入實踐Spring Boot
- Rust Cookbook
- Yocto for Raspberry Pi
- Python編程實戰
- 精通Python自動化編程
- Extending Unity with Editor Scripting
- Photoshop智能手機APP界面設計
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Selenium WebDriver Practical Guide
- Spring Data JPA從入門到精通