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 |
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
what is the additional features in 1.1 rather than 1.0
What is code first? : Entity framework
How does CAS work
What is html.renderpartial?
What are Model Binders in ASP.Net MVC?
Can you declare an override method to be static if the original method is non-static
what is client wins and store wins mode in entity framework concurrency?
Explain Bundle.Config in ASP.Net MVC4?
I am confusing about reflection.can any one tell about REFLECTION with example?
Can you explain the page life cycle of mvc?