- 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.
推薦閱讀