DotNet Gallery



Login
Register
Contact Us
Privacy

Home .Net Article Articels .Net Article What is ASP.NET ? Adantages of...

Dotnet GalleryWhat is ASP.NET ? Adantages of Asp.Net?
Asp.Net, Others
by Parasu
Posted on 13/11/2008     Post .Net Article
Summary

ASP.NET is the platform which is used to create web application and services that run under Internet Information Server IIS. Lot of advantages over other platforms when it comes to creating web applications. Using ASP.NET creating application, debugging and deployment can all be performed within a single development environment. ASP.NET is not platform independent because it’s hosted under IIS.


1.Executable portion of web application already compiled so that, they execute very fast compared to interpreted scripts.

2.On the fly updates of deployed web application without restarting the server.

3. .Net framework, which simplifies the many aspects of windows programming

4.Fully supported object oriented programming

5.New VC# programming language which provides a type safe, object oriented version of the C programming languages.

6.Server controls : Automatic state management for controls on a web page called server controls

7.Creating a new customized controls from existing sever controls

8.Built in security through window server or through authentication/authorization methods

9.ADO.NET : through this we can access database and database design tools from Visual studio.Net

10.Full support of Extensible Markup Language [XML], Cascading style sheet [CSS]

11.CACHING : Built in features for caching frequently requested web pages on the server.

12.localizing content for specific languages and cultures, and detecting browser capabilities


Thanks
Paras.
Feedback about this Page
Rajkumar on 02/12/2008
nice article
keep posting.
Prabhu on 17/11/2008
useful for beginners
good job. Thanks
Submit feedback about this article
 
Copyright ©2008 Dot Net Gallery. All Rights Reserved.| Privacy Policy | Contact us