Continued from page 1
These controls to allow you to rapidly build a web form out of reusable built-in or custom components, simplifying
code of a page.
An XML web service provides
means to access server functionality remotely. Using web services, interfaces to their data or business logic, which is turn can be obtained and manipulated by client and server applications. XML web services enable
exchange of data in client-server or server- server scenarios, using standards like HTTP and XML messaging to move data across firewalls.
Each of these models can take full advantage of all ASP.NET framework and.NET framework common language runtime. These features and how you can use them are outlined as follow:
•If you have ASP development skills,
new ASP.NET programming model will seem very familiar to you. However,
ASP.NET object model has changed significantly from ASP, making it move structured and object oriented.
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
application level. Developers can write this code in
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
ISPI programming interfaces that were included with previous version of ASP, ASP.NET offer
IHttpHandler interfaces. •ASP.NET takes advantage of performance enhancements found in
.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.
