DCSIMG
ASP.NET MVC - Pavel's Blog
Sign in | Join | Help

Pavel's Blog

Pavel is a software guy that is interested in almost everything
software related... way too much for too little time

Browse by Tags

ASP.NET MVC: History Repeating?
09 February 11 10:52 AM | pavely | 8 comment(s)
In the early days of the web, all we had is HTML, and that was fine for a while. Then, we wanted something more “dynamic” or personal, so a bunch of sever side technologies were created (ISAPI, CGI, …) and then (in the Microsoft world) there was ASP, now sometimes referred to as “Classic ASP”. ASP was a mix of HTML and VBScript, later to be fondly named “spaghetti code” because of the intertwining of markup and code with a bunch of <% %> symbols and other variants. When ASP.NET came out, one...