mvc stand for model view controller architecture, this is used while making a software. in software engineering, we have to make certain ways to build software in an efficient manner. this is one of the way.
hi my website was not working before, it was in asp language so some one advice me to install MVC, i don't know what is MVC and how to use
mvc stand for model view controller architecture, this is used while making a software. in software engineering, we have to make certain ways to build software in an efficient manner. this is one of the way.
I agree with what priya has said. It is a software architecture which separates application logic from GUI. MVC is seen in applications where the view state is html or xhtml. As you are using asp, which has html, installing WVC might help you some what.
I am also using asp.net but in that you don’t need to install various tools. .net is like all in one. Everything you will get .net.
I am also using asp.net but in that you don’t need to install various tools. .net is like all in one. Everything you will get in asp.net.
MVC is a design architecture used to build web application. It is not limited to .Net but also used in Java, PHP or any web language. Basically this is a architectural design. In asp.net we have asp.net MVC which is design provided by microsoft. I think installing MVC dont have any concern to your website if it is not build using MVC framework.
MVC is basically Loosely couple architecure. It have three layers:-
Model -It contains your business logic.
Controller -It bridges your view and model.
View -It is presentation layer means but you view in your browser.
Hope this will help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks