adspace


What is separation of concerns in asp.net mvc?

Answer Posted / Amit Kumar Awasthi

Separation of Concerns (SoC) in ASP.NET MVC refers to dividing the application into distinct layers, each responsible for a specific aspect: Model (data), View (presentation), and Controller (logic and navigation).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the request flow in asp.net mvc framework?

1090


How to use multiple submit buttons in asp.net mvc?

1307


Possible ways to prevent xss attacks on mvc application?

1081