- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 59字
- 2021-07-02 20:12:53
Understanding the problems with the monolithic architectural style
In this section, we will discuss all the problems with the monolithic .NET stack-based application. In a monolithic application, the core problem is this: scaling monolithic is difficult. The resultant application ends up having a very large code base and poses challenges in regard to maintainability, deployment, and modifications.
推薦閱讀
- Learning Apex Programming
- Android 9 Development Cookbook(Third Edition)
- RTC程序設計:實時音視頻權威指南
- 數據結構(Python語言描述)(第2版)
- Windows Presentation Foundation Development Cookbook
- Getting Started with Python Data Analysis
- Linux操作系統基礎案例教程
- 51單片機C語言開發教程
- 區塊鏈項目開發指南
- C#面向對象程序設計(第2版)
- Python Web自動化測試設計與實現
- LabVIEW數據采集
- Visual C++程序設計全程指南
- Mastering Assembly Programming
- Python Geospatial Analysis Cookbook