Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Introduction > ADO.Net


Search:
What's New - What's Hot
Managing an @@IDENTITY Crisis     
Total Hits: 67  |  Today: 0Author: William Vaughn      Rating:  
Read Reviews | Write Review |  Your Rating: 

As some of you know, I spend a portion of my day trolling the newsgroups fishing for interesting topics. Nowadays I stay away from JET database engine and Microsoft® Access questions—I'm no longer impartial enough to answer these folks without putting a knot in my stomach. I keep thinking, "You wouldn't be asking this question if you weren't using a toy database engine." But that's the fodder for another article. Each week there are usually several questions that discuss how to handle new Identi...

ADO.NET Interview Questions - Part 1  Version: 0.00     Price: $0.00  
Total Hits: 32  |  Today: 0Author: Questpond      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is the Part 1 of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET. You can download my .NET Interview Question PDF from http://www.questpond.com/SampleDotNetInterviewQuestionBook.zip.

I have also put all these design patterns in a video format and uploaded on http://www.questpond.com/FreeDesign1.htm . You can visit http://www.questpond.com/ and download the complete architecture interview questions PDF which covers SOA, UML, Design Patterns, Togaf, ...

What is ADO.NET?  Version: 0.00     Price: $0.00  
Total Hits: 94  |  Today: 0Author: Abhisek      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft provided a set of programable objects known as the ActiveX Data Object(ADO) that allow access to OLEDB. ADO defines an object model that uses a set of object processing methods and properties. The methods perform some operations necessary to gain access to and update a data source. The properties either represents some attributes of data or control the behaviour of some object method associated....

Introducing ADO.NET     
Total Hits: 807  |  Today: 0Author: Rob MacDonald      Rating:  
Read Reviews | Write Review |  Your Rating: 

Among the many things that are changing with .NET is data access. Under the .NET Framework, data access is handled by a set of classes called ADO.NET which are essentially an augmentation of the existing ActiveX Data Objects (ADO). If you have been keeping up to date with developments in ADO, then ADO.NET will come as less of a shock than you might think. All the same, there are some big changes, both internally and on the surface. The most obvious internal change is that ADO.NET is entirely bas...

ADO+ - Introduction     
Total Hits: 1400  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

ADO+ is an evolutionary improvement to Microsoft® ActiveX® Data Objects (ADO) that provides platform interoperability and scalable data access. Because Extensible Markup Language (XML) is the format for transmitting data, any application that can read the XML format can process data. In the extreme case, the receiving component need not be an ADO+ component at all. It might be a Microsoft Visual Studio®-based solution or any application running on any platform....

Basics in ADO.Net     
Total Hits: 3059  |  Today: 0Author: Sreedhar Koganti      Rating:  
Read Reviews | Write Review |  Your Rating: 

In a single line you can assume ADO.Net as the mixture of XML, ADO and other advanced features.These all features provided in different libraries....

A Practical Comparison of ADO and ADO.NET     
Total Hits: 1397  |  Today: 0Author: Joe O'Donnell      Rating:  
Read Reviews | Write Review |  Your Rating: 

Since +quot;classic+quot; ASP+#39;s humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. In this article Joe looks at the differences (in terms of classes, methods, and calling conventions) that exist between ADO and ADO.NET. He provides several practical examples that show us how to evolve from using ADO with ASP to using ADO.NET with C# and ASP.NET....

Data Access with ADO.NET     
Total Hits: 2620  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes the DAL class used by ASPAlliance.com, including a handy function that can cut the number of lines of code required for DAL methods by half or more, by cutting down the number of lines required for each stored procedure parameter....

Migrating ADO.NET Code     
Total Hits: 1174  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

With the release of the new .NET Visual Studio (or VS.NET SDK Beta 2), Microsoft has made some fundamental changes. One area that has been changed is ADO.NET. The purpose of this article is to illustrate some of these changes and allow you to move your ADO code from Beta 1 to Beta 2 as simply as possible. All examples in this article are in C#....

Introducing ADO .NET     
Total Hits: 4030  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

ADO .NET is an evolutionary improvement to Microsoft® ActiveX® Data Objects (ADO) that provides platform interoperability and scalable data access. Because Extensible Markup Language (XML) is the format for transmitting data, any application that can read the XML format can process data. In fact, the receiving component need not be an ADO .NET component at all. It might be a Microsoft Visual Studio®-based solution or any application running on any platform....

Introduction to some basic classes of ADO.NET  Version: 0.00     Price: $0.00  
Total Hits: 20  |  Today: 0Author: Mazdak      Rating:  
Read Reviews | Write Review |  Your Rating: 

The first day I began to study ADO.NET I got confused because of new classes that Microsoft introduce in .NET Framework. In this article I want to introduce some basic classes of ADO.Net, hopefully those beginner who want to learn ADO.NET will not get confused like I did....

What is ADO.NET?  Version: 0.00     Price: $0.00  
Total Hits: 22  |  Today: 0Author: Abhisek      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft provided a set of programable objects known as the ActiveX Data Object(ADO) that allow access to OLEDB. ADO defines an object model that uses a set of object processing methods and properties. The methods perform some operations necessary to gain access to and update a data source. The properties either represents some attributes of data or control the behaviour of some object method associated....

Introduction to ADO.NET  Version: 0.00     Price: $0.00  
Total Hits: 14  |  Today: 0Author: Dimitrios Markatos      Rating:  
Read Reviews | Write Review |  Your Rating: 

The advent of ASP back in late 1996 when ADO 1.0 was released represented a new way of dynamically retrieving data from a database. Though ADO was at its very infancy then, and was something of an offshoot of DAO and RDO, nevertheless it represented a new bold direction. Each subsequent version of the technology leads us one step closer to ADO 2.6, when development came to an end. At this point, emerging from the shadows came the most revolutionary framework to date - .NET, with it the very powe...

Introduction to DotNetNuke     
Total Hits: 275  |  Today: 0Author: Rajdeep Mukherjee      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article broadly speaks about DotNetNuke, one of the latest buzzwords in the web application technology world. The author provides a broad overview of this free, Open Source Framework that can be effectively used for creating Enterprise Web Applications....

An introduction to ADO.NET concluded     
Total Hits: 526  |  Today: 0Author: Anne Prince      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article, the second of two parts, explains how ADO.NET uses classes from the .NET Framework to provide access to the data in a database. It is excerpted from chapter two of the book VB.NET Database Programming with ADO.NET....

All You Need To Know About ADO.NET: Part 2/2     
Total Hits: 1399  |  Today: 0Author: Vaijayantee Sateesh Kamat      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this, the final part of her two part series on ADO.NET, Vaijayantee talks about the purpose of ADO.NET, scalability, XML, the ADOCommand and SQLCommand objects and more. If you're just new to .NET then Vaijayantee's ADO.NET tutorial series will have you up and running with databases in a short time....

Intro to ASP.Net Data Access     
Total Hits: 1894  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Step by step introduction to accessing databases with ASP.Net/ADO.Net...

Introduction to ADO.NET 2.0 Data Source Controls  Version: 0.00     Price: $0.00  
Total Hits: 20  |  Today: 0Author: Mahesh Chand      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET 2.0 provides new data source and data-bound server controls, which allow developers to write full-fledged data-driven applications without writing even a single line of code. This article is an introduction to these new data source controls. In my forthcoming articles, I will cover various data bound controls such as GridView, DetailsView, and FormView and how these controls use data-source controls to display data....

Introduction to ADO.NET  Version: 0.00     Price: $0.00  
Total Hits: 32  |  Today: 0Author: Vuyiswamb      Rating:  
Read Reviews | Write Review |  Your Rating: 

To my surprise, there are still software development houses that still initiate a Development using languages like VB6 and obviously using ADO. In most of the time when someone has a Problem about ADO, I fail to referrer them to an article about Introduction to ADO.NET. So I thought I should write one that will tell them how great it is to build Applications in .NET and ADO.NET is the best thing that has ever happened to Database Programming. In this Article, we are going to introduce those who ...

Introduction to ADO .Net Sync Services     
Total Hits: 223  |  Today: 0Author: Vishal Shukla      Rating:  
Read Reviews | Write Review |  Your Rating: 

The ability to support mobile and remote workers is becoming more and more important for organizations. The Microsoft Sync framework has been designed to address these issues and gives a great framework to easily design your applications on occasionally connected architecture. The article will demonstrate how easily you can design occasionally connected applications using ADO .Net Sync services. It’s going to be a very basic example in VB .net showing how you can use Sync services within your ap...



Disclaimer - Privacy
© 2002-2012 DevASP.net