Chapter 5 - SURVEY OF TECHNOLOGIES

To develop this package different types of tools and database are used which are as follows:

1.ASP.NET 2005

2.Framwork 2.0

3.Microsoft-sql server 2000

4. Microsoft word processor

ASP.NET 2005:

ASP.NET 2005 is a Microsoft technology for building the web based application and services.A ASP.NET application consists of forms ,controls,classes and procedures.

Forms are windows upon which you build your user interface are the building blocks of the user interface. Controls also called activeX conrols, are interface tools , such as labels ,textbox and command buttons, that you use to display information to the user, gather information from the user, and respond to user actions. Classes are templates from which you can create your own objects at run time.

Procedures are small routines you write that are callable from anywhere in your application. These routines will perform a function for you that you write once but can call many times.

An application is made up of forms, modules and classes. A form is made up of properties, events and controls. Controls are also made up of properties and events

Some Features Of ASP.NET

    • Language interoperability : a one language code is to interact with other language.

    • EDP(Event driven programming language): it is a Event Driven Programing language(i.e. we write code on its event and drive the program).

    • Rapid Application Development(RAID).

    • Allows the creation of COM components such as activeX controls.

    • Includes good debugging facilities.

Sponsored Links