jasminecorp.net directory
Updated Blogs
More .....



 
 

| Add Search | Advertise With JCSearch | Suggest a Site

Search the Web


Search Results

Articles
Directory > Computers > Programming > Databases > ADO > ADO.NET > Articles

Web Sitesi

Introduction to ADO.NET
A descriptive introduction to ADO.NET
http://www.sitepoint.com/article/992
Reviews Rating: Not yet Rated Whois Check

Visual Studio Magazine - Use Oracle With ADO.NET
An article that shows how to use Oracle with ADO.NET
http://www.fawcette.com/vsm/2003_01/magazine/features/beauchemin/
Reviews Rating: Not yet Rated Whois Check

O'Reilly Network: Transparent Database Access with ADO.NET [Dec. 16, 2002]
An article that shows how to use ADO.NET's different providers and transparently use it in your
application without having to know the specifics of each provider.

http://www.ondotnet.com/pub/a/dotnet/2002/12/16/transadonet.html
Reviews Rating: Not yet Rated Whois Check

O'Reilly Network: Multiple ResultSets in ADO.NET [Dec. 16, 2002]
An article that shows how to get multiple results from a database to DataSets and DataReaders
http://www.ondotnet.com/pub/a/dotnet/2002/12/16/multiresultsets_1202.html
Reviews Rating: Not yet Rated Whois Check

Working with MS Access Stored Procedures in VB.NET. Part 1
Shows how to use Stored Procedures, which is usually a feature of high-end databases, in Microsoft
Access.

http://www.devcity.net/net/article.aspx?alias=msaccess_sp
Reviews Rating: Not yet Rated Whois Check

Getting Started with ADO.NET
A brief introduction to ADO.NET that explains what objects are necessary for data access.
http://www.devcity.net/net/article.aspx?alias=start_ado_net
Reviews Rating: Not yet Rated Whois Check

Reading Data Reader Secrets
MSDN Online Voices Diving Into Data Access column on reading data readers secrets.
http://msdn.microsoft.com/library/en-us/dndive/html/data04122001.asp
Reviews Rating: Not yet Rated Whois Check

Visual Studio Magazine - Follow the Top 10 ADO.NET Tips

http://www.fawcette.com/vsm/2003_04/magazine/features/esposito/
Reviews Rating: Not yet Rated Whois Check

Transaction Control
This article describes how to run local and distributed transactions in your Microsoft .NET
applications.

http://msdn.microsoft.com/library/en-us/dnbda/html/bdadotnettransact1.asp
Reviews Rating: Not yet Rated Whois Check

Data Points: Expressions in ADO.NET
Shows how to use expressions in columns. In other words, how to make a column with a result that is
dependent on other columns.

http://msdn.microsoft.com/msdnmag/issues/03/01/datapoints/toc.asp
Reviews Rating: Not yet Rated Whois Check

Using Stored Procedures in Visual Basic .NET
Billy Hollis explains the benefits of stored procedures for complex systems and takes stored
procedures beyond the level of demoware and provides some hands-on examples of how you can access
stored procedures and start using them in your own applications.

http://msdn.microsoft.com/vstudio/using/understand/data/default.aspx?pull=/library/en-us/dnadvn....
Reviews Rating: Not yet Rated Whois Check

Data Binding with Windows Forms and ADO.NET
This article shows how Windows Forms use Microsoft ADO.NET to allow you to easily bind a form to
almost any structure that contains data, and then bind controls on the form to specific elements of
the data through both simple and complex data binding.

http://msdn.microsoft.com/vstudio/using/understand/data/default.aspx?pull=/library/en-us/dndotn....
Reviews Rating: Not yet Rated Whois Check

Designing Data Tier Components and Passing Data Through Tiers
Learn how to best expose your data to Microsoft .NET applications and how to implement an effective
strategy for passing data between the tiers in a distributed application.

http://msdn.microsoft.com/library/en-us/dnbda/html/boagag.asp
Reviews Rating: Not yet Rated Whois Check

Data Access Application Block for .NET
Shows how to use Application Blocks for .NET
http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp
Reviews Rating: Not yet Rated Whois Check

.NET Data Access Architecture Guide
The information in this article covers the new data access objects including the DataSet and
DataAdapter classes in ADO.NET.

http://msdn.microsoft.com/library/en-us/dnbda/html/daag.asp
Reviews Rating: Not yet Rated Whois Check

Using ADO.NET
Discusses using ADO.NET Connection object, other ADO.NET objects, and provides examples. A 41-page
article by Paul D. Sheriff of PDSA, Inc.

http://msdn.microsoft.com/library/en-us/Dndotnet/html/Usingadonet.asp
Reviews Rating: Not yet Rated Whois Check

Weaning Developers from the CommandBuilder
Examines the drawbacks of the ADO.NET CommandBuilder, and shows how to use the Visual Studio .NET
DataAdapter Configuration Wizard (DACW) to write your own Command queries.

http://msdn.microsoft.com/library/en-us/dnadonet/html/commandbuilder.asp
Reviews Rating: Not yet Rated Whois Check

Data Access: Implement a Data Access Layer for Your App with ADO.NET
This article outlines five ideas to consider when building a data access layer with Visual Studio
.NET and the .NET Framework.

http://msdn.microsoft.com/msdnmag/issues/03/04/DataAccessLayer/TOC.asp
Reviews Rating: Not yet Rated Whois Check

ADO.NET: Tackle Data Concurrency Exceptions Using the DataSet Object
This article examines the common causes behind data concurrency exceptions and presents techniques
for overcoming them using ADO.NET

http://msdn.microsoft.com/msdnmag/issues/03/04/DataConcurrency/TOC.asp
Reviews Rating: Not yet Rated Whois Check

Best Practices for Using ADO.NET
Best practices for writing Microsoft ADO.NET code and suggestions for developers on using the
objects available in ADO.NET.

http://msdn.microsoft.com/library/en-us/dnadonet/html/adonetbest.asp
Reviews Rating: Not yet Rated Whois Check

Managing an @@IDENTITY Crisis
Discusses a strategy for returning newly created Identity values after the INSERT is executed. This
applies to SQL Server and ADO.NET

http://msdn.microsoft.com/library/en-us/dnadonet/html/manidcrisis.asp
Reviews Rating: Not yet Rated Whois Check

ADO.NET: Building a Custom Data Provider for Use with the .NET Data Access Framework
An article by Bob Beauchemin that explains how to write your own data provider using .NET's data
access interfaces and base classes

http://msdn.microsoft.com/msdnmag/issues/01/12/DataProv/toc.asp
Reviews Rating: Not yet Rated Whois Check

Introducing ADO+: Data Access Services for the Microsoft .NET Framework
Presents the design motivations behind ADO+ and a introduction to the various classes in the two
layers that comprise the ADO+ framework. By Omri Gazitt, MSDN Magazine.

http://msdn.microsoft.com/msdnmag/issues/1100/adoplus/default.aspx
Reviews Rating: Not yet Rated Whois Check

ADO.NET Overview
A brief overview of ADO.NET with a description of the technical terms associated with the data
access technology.

http://www.developer.com/net/vb/article.php/1540311
Reviews Rating: Not yet Rated Whois Check

A Practical Comparison of ADO and ADO.NET
An informational comparison between ASP.NET and ASP which highlights the advantages and differences
between the two.

http://www.devarticles.com/art/1/92/1
Reviews Rating: Not yet Rated Whois Check

ADO.NET Primer
A tutorial that gives an overview of what ADO.NET is and how to use it with ASP.NET programming.
http://www.aspalliance.com/aspxtreme/adonet/adonetprimer.aspx
Reviews Rating: Not yet Rated Whois Check

ADO.NET's Primary Objects
Overview of the seven main objects in the ADO.NET data-access architecture. By Michael Otey, SQL
Server Magazine.

http://www.sqlmag.com/Articles/Index.cfm?ArticleID=16557
Reviews Rating: Not yet Rated Whois Check

 


Jasminecorp.net directory is based on the Open Directory and is being modified by Jasminecorp.

©2004 Jasmine Computers Inc.

Click here to subscribe for Jasminecorp's product News.

Home | JCBid |Software Development | Domain Registration | Hosting | Web Designing | Buy Books | Advertise with JCSearch | Whois | IP Locator | Add Search | Shopping | Store | Free Blogs | Free GuestBook | Free E-Cards | Free Games | Free Tutorials | Set as Home | Add to Favorite | Suggest a Site | Directory | Our Portfolio | Terms of service | Free quote | Tell a Friend | Special Offer | Job Opportunities | games | Usenet Groups

Submit a Site to Jasminecorp.net Directory || Advertise with us

 

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor
Get a Domain Name:
.com .us .info
.org .in .name
.net .biz .asia