ASP
Active Server Pages (ASP)
is a great tool for creating dynamic
web pages. ASP is a Microsoft technology,
and it works by allowing us the functionality
of a programming language; we write
programming code that will generate
the HTML for the web page dynamically.
So, whenever a user browses to our
web site and requests one of our ASP
pages, the ASP code is processed at
that time by a special piece of software
– the web server. This processing
generates the HTML, which is then
passed to the browser and used to
create the page itself, on the user's
screen. ASP websites is made easier
by various built-in objects. Each
object corresponds to a group of frequently-used
functionality useful for creating
dynamic web pages. ASP is now considered
an integral part of working with Windows
on the Internet.
ASP was one of the first web application
development environments that integrated
web application execution directly
into the web server. The power of
ASP lies in two facts: first, the
HTML is not created until the user
wants to see the web page, and second,
it doesn't care what web browser is
being used. It is potentially one
of the most important innovations
to emerge on the Web – for developers
and users of the Internet and intranets
alike
MS-SQL
Microsoft SQL Server is a
Relational Database Management System
which is produced by Microsoft.
It's also a full implementation,
complete with support for the Common
Language Runtime (CLR) and new XML
data types.
We are taking care of three main part
of MS-SQL that are:
SQLOS which implements the basic
services required by SQL Server, including
thread scheduling, memory management
and I/O management; second the Protocol
Layer which exposes the SQL Server
functionality ; and third the Relational
Engine, which implements the relational
database components including support
for databases, tables, queries and
stored procedures as well as implementing
the type system;
|