Showing posts with label Introduction To ASP.Net. Show all posts
Showing posts with label Introduction To ASP.Net. Show all posts

Tuesday, October 16, 2012

Introduction To ASP.NET

ASP.NET INTRODUCTIONASP.NET is a web application framework developed and marked by Microsoft to allow programmers to build dynamic websites, web application  and web services. It was first released in January 2002 with version 1.0 of the .NET framework, and it is successor to Microsoft’s Active Server Pages(ASP) technology. ASP.NET  is built on the Common Language Runtime(CLR) allowing programmers to write ASP.NET code using any supported .NET language.Advantages Of ASP.NETSeparation Of Code From HTML :-        ...