What is separation of concerns in asp.net mvc?



What is separation of concerns in asp.net mvc?..

Answer / 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

More Dot Net Framework Interview Questions

Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

1 Answers  


what is the additional features in 1.1 rather than 1.0

1 Answers  


What is code first? : Entity framework

1 Answers  


How does CAS work

1 Answers  


What is html.renderpartial?

1 Answers  


What are Model Binders in ASP.Net MVC?

1 Answers  


Can you declare an override method to be static if the original method is non-static

1 Answers  


what is client wins and store wins mode in entity framework concurrency?

1 Answers   Microsoft,


Explain Bundle.Config in ASP.Net MVC4?

1 Answers  


I am confusing about reflection.can any one tell about REFLECTION with example?

1 Answers   TCS,


Can you explain the page life cycle of mvc?

1 Answers  


Categories