Which architecture is good for .NET core API ?
Loading
Which architecture is good for .NET core API ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Jul 11, 2025, 10:15 AM
Factory Design Pattern is best with MVC approch
sasikala sPosted Jul 11, 2025, 9:05 AM
.NET Core APIs, Clean Architecture is a highly recommended approach, becuase of its separation of concerns, making the codebase more maintainable, testable, and scalable.