- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 129字
- 2021-07-02 20:12:51
Service-Oriented architecture
In the previous section, we discussed the monolithic architecture and its limitations. We also discussed why it does not fit into our enterprise application requirements. To overcome these issues, we should take a modular approach where we can separate the components such that they should come out of the self-contained or single .NET assembly.
The main difference between SOA and monolithic is not one or multiple assemblies. As the service in SOA runs as a separate process, SOA scales better compared to monolithic.
Let's discuss the modular architecture, that is, SOA. This is a famous architectural style where enterprise applications are designed as a collection of services. These services may be RESTful or ASMX Web Services. To understand SOA in more detail, let's discuss service first.
- HTML5+CSS3王者歸來
- Mastering Ext JS(Second Edition)
- Full-Stack Vue.js 2 and Laravel 5
- Getting Started with LLVM Core Libraries
- LabVIEW虛擬儀器程序設(shè)計(jì)從入門到精通(第二版)
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- Django 5企業(yè)級(jí)Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- AutoCAD基礎(chǔ)教程
- HTML5 WebSocket權(quán)威指南
- Mapping with ArcGIS Pro
- Web開發(fā)新體驗(yàn)
- INSTANT EaselJS Starter
- 前端程序員面試算法寶典
- PyTorch生成對抗網(wǎng)絡(luò)編程
- Hadoop MapReduce v2 Cookbook(Second Edition)