Skip to content

Commit bdd7d3c

Browse files
committed
Merge branch 'blog-post/modular-monolith' of https://github.com/aspnetzero/documents into blog-post/modular-monolith
2 parents 6408b73 + 50f51d2 commit bdd7d3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blog-posts/en/modular-monolith-application.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Building a Modular Monolith Application with ASP.NET Zero
2-
In today's software development landscape, the debate between monolithic and microservices architectures is common. However, a middle ground combines the simplicity of monolithic development with the modularity of microservices: the modular monolith. ASP.NET Zero, a powerful framework for building enterprise applications, supports this architecture elegantly. In this blog post, we'll explore how to create a modular monolith application using ASP.NET Zero, complete with an example project and step-by-step instructions.
2+
3+
After the rise of Microservice architecture, Modular Monolith became popular nowadays. ASP.NET Zero, a powerful framework for building enterprise applications, supports this architecture elegantly. In this blog post, we'll explore how to create a modular monolith application using ASP.NET Zero, complete with an example project and step-by-step instructions.
34

45
## What is a Modular Monolith?
56
A modular monolith is a single application that is logically divided into different modules. Each module is self-contained, with its own domain, but they all run within a single process. This approach combines the best of both worlds: the simplicity and performance of monoliths and the modularity and scalability of microservices.

0 commit comments

Comments
 (0)