1.

Tell us something about Model, view and Controllers in Asp.Net MVC?

Answer»

Model : It is basically a business entity which is used to represent the application data.Controller : The Request which is sent by the user always scatters through controller and it's responsibility is to redirect to the specific view using View () method.View : it's the presentation layer of ASP.Net MVC.



Discussion

No Comment Found