Showing posts with label asp classic tutorial. Show all posts
Showing posts with label asp classic tutorial. Show all posts

Tuesday, October 16, 2012

Introduction To ASP

ASP(Classic)Microsoft Active Server Pages(ASP) is a server-side scripting  technology. ASP is a technology that Microsoft created to ease the development of interactive Web application. With ASP we can use client-side scripts as well as sever-side scripts. Maybe we want to validate use input or access a database. ASP provides solutions for transaction processing and managing session state. ASP is one of the most successful language used in web development.Problems with Traditional ASPInterpreted and Loosely-Typed Code :-     ...

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 :-        ...