Sei sulla pagina 1di 11

REPORT

OF
INDUSTRIAL TRAINING
ON MICROSOFT .NET

SUBMITTED BY:-
MAHIMA BHARDWAJ
SIMRAN BIJRAL
BASNEET KOUR
PRABHJOT KOUR
WHAT IS ADO.NET????
ADO.NET
•ADO.NET is a set of computer software
components that programmers can use to
access data and data services.
•part of the base class library included with the
Microsoft .NET Framework.
•used by programmers to access and modify
data .
•stored in relational database systems,
•ADO.NET is sometimes considered an
evolution of ActiveX Data Objects
EVOLUTION OF ADO.NET
•ADO was a connected data access.
• connection open for the lifetime raises
concerns about database security and
network traffic.
•For example, an application with
connected data access may do well when
connected to two clients, the same may do
poorly when connected to 10 and might
be unusable when connected to 100 or
more.
To cope up with some of the problems
mentioned above, ADO .NET came into
existence.
ADO .NET
• disconnected database access model.
• Likewise, if a database is Updated, the
connection is opened long enough to complete
the Update operation and is closed.
•ADO .NET conserves system resources and
provides maximum security for databases and
also has less impact on system performance.
ADO.NET DATA ARCHITECTURE

DATA
PROVIDER
Responsible for
DATA SET connection , set of
related components
Disconnected, in
that provide
memory
efficient data
representation of
data
DATA
PROVIDER

CONNECTION COMMAND
3 ways
Executenonquery
Executescalar
executereader

DATA READER

DATA ADAPTER
SQL DATABASE
SQL (officially pronounced like "S-Q-L" but
often pronounced like "sequel“)is Structured
Query Language.
• Is a database computer language designed
for managing data in relational database
management systems (RDBMS), and originally
based upon relational algebra.
•Its scope includes data insert, query, update
and delete, schema creation and
modification, and data access control.
• most widely used language for relational
databases.
LANGUAGE ELEMENTS

•CLAUSES

•EXPRESSIONS

•PREDICATES

•QUERIES

•STATMENTS
HTML
HTML, which stands for HyperText Markup
Language.

It is written in the form of HTML elements


consisting of "tags“ .

It allows images and objects to be embedded


and can be used to create interactive forms.

It provides a means to create structured


documents.

HTML can also be used to include CSS

Potrebbero piacerti anche