- 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.
推薦閱讀
- PHP動(dòng)態(tài)網(wǎng)站程序設(shè)計(jì)
- Arduino by Example
- Java高手真經(jīng)(高級(jí)編程卷):Java Web高級(jí)開發(fā)技術(shù)
- Instant Typeahead.js
- Flux Architecture
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Elasticsearch for Hadoop
- Mastering JavaScript High Performance
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- Keil Cx51 V7.0單片機(jī)高級(jí)語言編程與μVision2應(yīng)用實(shí)踐
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Splunk Essentials
- JavaScript語法簡(jiǎn)明手冊(cè)
- PHP從入門到精通(第7版)
- Laravel 5.x Cookbook