ASP.NET MVC in Delphi Prism – Introduction
December 27, 2009
4
ASP.NET MVC is a web development framework from Microsoft that combines the effectiveness of the model-view-controller architecture .
It is an alternative to the WebForms that was and is still mostly used one in ASP.NET .
What …