- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 72字
- 2021-07-02 20:12:58
Technology independence
With each one of the microservices being independent of each other, we now have the power to use different technologies for each microservice. The Payment gateway could be using the latest .NET framework, whereas the product search could be shifted to any other programming language.
The entire application could be based on an SQL server for data storage, whereas the inventory could be based on NoSQL. The flexibility is limitless.
推薦閱讀
- Python編程自學(xué)手冊(cè)
- Modular Programming with Python
- Learning ROS for Robotics Programming(Second Edition)
- 騰訊iOS測(cè)試實(shí)踐
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)
- Java 9 Programming Blueprints
- Mastering Swift 2
- Java軟件開(kāi)發(fā)基礎(chǔ)
- bbPress Complete
- 快人一步:系統(tǒng)性能提高之道
- Learning FuelPHP for Effective PHP Development
- Learning ArcGIS for Desktop
- 編程與類型系統(tǒng)
- Java網(wǎng)絡(luò)編程實(shí)戰(zhàn)
- 輕松上手2D游戲開(kāi)發(fā):Unity入門