iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (34)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

May 15, 2008
Reader Question - Would you host your client's work on your website?
About
 
May 15, 2008
How to Create an Ajax Autocomplete Text Field: Part 6
WebReference.com
 
May 14, 2008
Poll: Are the browser safe colors still needed?
About
 
May 14, 2008
Google Doctype launched
About
 
May 14, 2008
Web Editor Reviews - 6 New Reviews
About
 
May 14, 2008
Build Beautiful Buttons in Photoshop, Part I
SitePoint
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /ASP.NET

Introduction to ASP.Net 

  Views:    12160
  Votes:    9
by Pawan Bangar 5/02/04 Rating: 

Synopsis:

This article is dedicated to all software developers who just love to keep themselves updated with the latest in technology----it takes a comprehensive look at the latest development in the world of Microsoft’s. NET.
Pages: firstback1 forwardlast
The Article

ASP.NET provides easy-to-use application and session-state-facilities that are familiar to ASP developers and readily compatible with all other .NET framework APIs. For advanced developers who wants to use APIs as powerful as the ISPI programming interfaces that were included with previous version of ASP, ASP.NET offer the HttpHandler interfaces. ASP.NET takes advantage of performance enhancements found in the .NET framework and common language runtime. The. NET framework and ASP.NET provide default authorization and authentication schemes for web application. ASP.NET configuration setting is stored in XML-based files, which can be easily read and edited by developers.

Accessing database from ASP.NET application is an often-used technique for displaying data to website visitors. ASP.NET makes it easier then ever to access database for this purpose.

ASP.NET provides a simple model that enables developers to write logic that runs at the application level. Developers can write this code in the global. Asax text files or in a compiled class deployed as an assembly.

ASP.NET provides easy-to-use application and session-state-facilities that are familiar to ASP developers and readily compatible with all other .NET framework APIs.

For advanced developers who wants to use APIs as powerful as the ISPI programming interfaces that were included with previous version of ASP, ASP.NET offer the IHttpHandler interfaces. ASP.NET takes advantage of performance enhancements found in the .NET framework and common language runtime. The. NET framework and ASP.NET provide default authorization and authentication schemes for web application. ASP.NET configuration setting are stored in XML-based files, which are human readable and writable

Pages: firstback1 forwardlast

Similar/related articles:


 
  Sponsors