Monday 23 December 2013

diference between Asp and asp.net

 Asp
 -->   Asp stands for Active server page
 -->   ASP is interpreted
 -->   ASP is partially object oriented.
 -->   ASP uses a technology called ADO to connect and work with databases

Asp.net
-->    Asp.net stands for Active server page.network
-->    ASP.NET is compiled
-->    ASP.NET purely object oriented
-->    ASP.NET uses the ADO.NET technology




Asp.net tutorials