Difference between HTML and XHTML
HTML XHTML HTML stands for Hypertext Markup Language. It is the language that is used to create webpages and display information in internet browsers. It was first introduced in w3c in the…
Difference between MVC2, MVC3, MVC4 | MVC2 vs. MVC3 vs. MVC4
The main purpose of the MVC (Model, View and Controller) architecture is to make separation of the business layer (logic) and the application layer (data) from the presentation layer to…