For further actions, you may consider blocking this person and/or reporting abuse
Read next
Experimental attribute in C# is a powerful tool : Let's explore
DotNet Full Stack Dev -
Evaluating Medical Retrieval-Augmented Generation (RAG) with NVIDIA AI Endpoints and Ragas
KAMAL KISHOR -
API Testing – The Most Comprehensive Guide Ever
Steve Wortham -
No one wants to hire you. Now what?
Ndeye Fatou Diop -
Top comments (2)
No, I wouldn't consider this a pattern bound to a specific architecture design, MVC really focuses on only a portion of the tech stack and that can be agnostic to whether the overall application is monolithic or micro-service.
I agree with Joe. MVC isn't comparable to Monolith.
Monolith is comparable to Microservices, Serverless, SOA, 3-tier, (Architecture pattern)
According to my seniors, MVC is mostly used for Front-end codes, while in the Back-end would usually use DDD. But, it is up to the developers.