»Dotnet Ads
»Message Boards
Message Boards
Dotnet Books
»Member Details
Register
Login
LogOut
Submit Code
Submit Jobs
Submit Projects
»Competition
Community
Winners
Prizes
Write For Us
Members
»Other Resources
Links
Dotnet Resources
|
Confidence development through Ado.netHow can a beginner get confidence on ADO.Net
Hi I am Srinivas babu T Chandra Shekar From Visualsoft
i like u people to understand my articles so simply and read them defnitly with out feeling difficulty
i like to make all my articles so simple as u get more interst on article.
to day here i am going ahead with concept of ADO.NET
maximum people think ado.net is seprate part from dotnet framework
but lets be clear that ADO.NET is a part of the .NET Framework
and like dotnet frame work internally which deal with classs
ADO.NET consists of a set of classes used to handle data access
data access is nothing but accessing data from database and its tables.
unlike other languages ADO.NET is entirely based on XML
so dataccess is manipulated through xml .microsoft select xml as main option y because its language neutral.
while compared with previus technology ado .., ADO.NET has no Recordset object
ado.net deal with datasets which are indirectly xml based tables.
Ado.net is disconnected architechture which is main back bone of asp.net dataaccess.
Hope this article on ado.net might make u confident enough to deal with ADO.net
|