Categories
Asp, Asp.net

What is MVC?

What is MVC? MVC or Model View Controller is a design pattern. This design pattern has been present in software applications for several decades. The Model View Controller pattern was invented in a Smalltalk context for decoupling the graphical interface of an application from the code that actually does the work. Model: Consist of Application […]