1.

What is Separation of Concerns in ASP.NET ASP.Net MVC?

Answer»

It is the process of breaking the program into various distinct features which overlaps in functionality as little as possible. ASP.Net MVC pattern concerns on separating the content from presentation and data-processing from content.



Discussion

No Comment Found