Written By:-Isha Malhotra
Our Website:-www.techaltum.com
Our Website:-www.techaltum.com
MVC basic
Introduction
MVC
stands for Model – View – Controller. It is another way to create web based
application. As compare to Asp.net form based application it is quite light
weighted.
MVC
framework separates the application into three major components which is as
follows:-
MODAL: - In MVC Framework we put
all business logic of application into the modal.
VIEW: - In MVC Framework View is
known as User Interface (UI).
Controller: - Controller handles all
user input and requests in MVC.
Before
going into deep in MVC let’s discuss the basic introduction of each component.
In this article I am discussing about the Controller.
Read More
Read More
No comments:
Post a Comment