What is MVC?
Several Months ago, I just started to learn new technologies
in order to teach other thru a weekly technical session in my current company.
So I decide to lean ASP.Net MVC. These points are from my learning.
So what is ASP.Net MVC?
According to Microsoft, ASP.Net MVC is a new paradigm to
design a website using Model, View and Contoller Pattern. The first 3 letters
of Model, View and Controller forms the name MVC. However MVC newly introduced
in ASP.Net but MVC is not a new framework it has been already used in Java and
PHP etc.