Webpages concerning "Articles"
Accessing Data with ADO.NET
- Keywords:
- ado, ado.net, asp.net, databases, data access, oledb, sql, xml, xsl
http://www.aspalliance.com/aspxtreme/adonet/adonetprimer.aspx
Most Web Forms applications need to load multiple pieces of data. Many times we end up querying the database again and again for different data, and this reduces scalability and adds more stress to the backend database. This article by Srinivasa Sivakumar...
- Keywords:
- ONDotnet.com, O'Reilly Network, oreillynet, oreillynet.com, O'Reilly, OREILLY, .NET, Windows, Srinivasa Sivakumar, Web Forms, ADO.NET, ResultSets, DataSet, DataReader, ASP.NET
http://www.ondotnet.com/pub/a/dotnet/2002/12/16/multiresultsets_1202.html
This article explains how to use database transparent data access using .NET.
- Keywords:
- ONDotnet.com, O'Reilly Network, oreillynet, oreillynet.com, O'Reilly, OREILLY, ADO.NET, .NET, Windows, Nick Harrison, .NET, ADO.NET, Transparent, IDataReader, DataSet
http://www.ondotnet.com/pub/a/dotnet/2002/12/16/transadonet.html
Don't let ADO.NET's apparent similarities to ADO fool you. Use these valuable tips and workarounds get yourself up to speed with programming with .NET's data-access model.
- Keywords:
- .NET, SQL Server/ADO.NET/Data Access, Visual Basic .NET, XML, VB.NET, best practices, serialization, sorting, DataGrid, Dino Esposito, top 10, ADO.NET tips
http://www.fawcette.com/vsm/2003_04/magazine/features/esposito/
Enabling your .NET apps to access an Oracle database involves some tricky choices and challenges. Learn to navigate the challenges involved in achieving successful data access.
- Keywords:
- .NET, SQL Server/ADO.NET/Data Access, Oracle, ADO.NET, OracleClient, ODP.NET, DataDirect, data provider
http://www.fawcette.com/vsm/2003_01/magazine/features/beauchemin/
ADO.NET provides many techniques for improving the performance of data-intensive applications and for making them easier to build. The DataSet, the hallmark of the ADO.NET object model, serves as a miniature, disconnected facsimile of a data source. While using the DataSet improves performance by reducing expensive trips to the database server, it also introduces the possibility of multiple users ...
http://msdn.microsoft.com/msdnmag/issues/03/04/DataConcurrency/TOC.asp
A Practical Comparison of ADO and ADO.NET
- Keywords:
- A, Practical, Comparison, of, ADO, and, ADO.NET
http://www.devarticles.com/c/a/ADO.NET/A-Practical-Comparison-of-ADO-and-ADO.NET/
Implementing data access functionality is a core activity of most developers working with the .NET Framework, and the data access layers they build are an essential part of their applications. This article outlines five ideas to consider when building a data access layer with Visual Studio .NET and the .NET Framework. The tips include taking advantage of object-oriented techniques and the .NET Fra...
http://msdn.microsoft.com/msdnmag/issues/03/04/DataAccessLayer/TOC.asp
Achieve more with less! It's a bold claim, but as Dimitrios shows, it's one that ADO.NET *can* afford to make. Access databases efficiently and effectively with this step-by-step guide.
- Keywords:
- ADO, database, access, ADO.NET, dabases and .NET
http://www.sitepoint.com/article/992
An Overview of ADO.NET.
http://www.developer.com/net/vb/article.php/1540311
Introductory article in a series of articles on ADO.NET by Gurneet Singh. Covers the essentials of ADO.NET
http://www.devcity.net/net/article.aspx?alias=start_ado_net
One of the new features of the MS Jet 4.0 engine is to allow the creation and execution of stored procedures in MS Access database. This feature is often brushed over quickly in even the greatest of books about MS Access. Using stored procedures for both MS Access ans SQL Server, will greatly cut down on development time of the database tier, along with other benefits. Part one describes in detail...
http://www.devcity.net/net/article.aspx?alias=msaccess_sp
Here's a preview of the seven main objects in the ADO.NET data-access architecture.
http://www.sqlmag.com/Articles/Index.cfm?ArticleID=16557
http://msdn.microsoft.com/msdnmag/issues/01/12/DataProv/toc.asp
Discover best practices for writing Microsoft ADO.NET code and suggestions for developers on using the objects available in ADO.NET. (21 printed pages)
http://msdn.microsoft.com/library/en-us/dnadonet/html/adonetbest.asp
http://msdn.microsoft.com/msdnmag/issues/03/01/datapoints/toc.asp
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. (65 printed pages)
http://msdn.microsoft.com/library/en-us/dnbda/html/boagag.asp
ADO+ is the new set of data access services for the .NET Framework. ADO+ is a natural evolution of ADO, built around n-tier development and architected with XML at its core. This article presents the design motivations behind ADO+, as well as a brief introduction to the various classes in the two layers that comprise the ADO+ framework - the connected Managed Providers and the disconnected DataSet...
http://msdn.microsoft.com/msdnmag/issues/1100/adoplus/default.aspx
http://msdn.microsoft.com/vstudio/using/understand/data/default.aspx?pull=/library/en-us/dnadvnet/html/vbnet09102002.asp
<META NAME="ROBOTS"
http://msdn.microsoft.com/vstudio/using/understand/data/default.aspx?pull=/library/en-us/dndotnet/html/databindingadonet.asp
Learn a strategy for returning newly created Identity values after the INSERT is executed. Letting SQL Server generate Identity values might make your job harder if you don't know how to retrieve the new Identity values. (17 printed pages)
http://msdn.microsoft.com/library/en-us/dnadonet/html/manidcrisis.asp
Get guidelines for implementing an ADO.NET-based data access layer in a multi-tier .NET application, so you can choose the most appropriate approaches and techniques. (68 printed pages)
http://msdn.microsoft.com/library/en-us/dnbda/html/daag.asp
Columnist Dino Esposito discusses the natural evolution of ADO to ADO.NET
http://msdn.microsoft.com/library/en-us/dndive/html/data04122001.asp
Learn how to run local and distributed transactions in your Microsoft .NET applications.
http://msdn.microsoft.com/library/en-us/dnbda/html/bdadotnettransact1.asp
Use ADO.NET Connection object, other ADO.NET objects, and view examples. (41 printed pages)
http://msdn.microsoft.com/library/en-us/Dndotnet/html/Usingadonet.asp
Examine the drawbacks of the ADO.NET CommandBuilder, and use the Visual Studio .NET DataAdapter Configuration Wizard (DACW) to write your own Command queries. (11 printed pages)
http://msdn.microsoft.com/library/en-us/dnadonet/html/commandbuilder.asp
http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp
directopedia.org uses links and structure from dmoz
Open
Directory Project.
The contents has been generating using technology developed by scientec.