Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, July 20, 2008

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 > Sample Chapters > ADO.Net
Search:
What's New - What's Hot


Creating (Non-Lame) Reports in Microsoft Access        
Total Hits: 295  |  Today: 0 Author: Bob Schneider.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Maybe you can't judge a book by its cover, but appearances do matter. Readers will reject even the most compelling information if they can't easily understand and digest it. In Access, you use reports to create attractive hard copy (usually meaning paper printouts) that can be quickly grasped and absorbed. Most of the design tools you use in a report you can also use in a form. As graphical media for conveying information, the two have much in common. But whereas reports are usually used to crea...

Hour 9: Binding Data to List Controls        
Total Hits: 116  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

The focus of this chapter will be on the requirements, from the ADO.NET perspective, for binding data to various controls such asListControls andDataGrids. Data binding is necessary to link the Web or Windows form's UI controls to the data that is retrieved from a data source. When the control is activated or initiated, an underlying manager goes about initiating whatever was bound to the control (for example, a data retrieval using aSqlDataAdapter that fills aDataSet that is bound to aDataGrid)...

Disconnected Data via ADO.NET and DataSets        
Total Hits: 269  |  Today: 0 Author: Tom Archer, Nishant Sivakumar.       Rating:  
Read Reviews | Write Review |   Your Rating: 

The chapter begins with a section illustrating the basic terminology and classes specific to ADO.NET and disconnected data as well as the basics of constructing those objects and connecting to a data source. From there, you'll begin a section illustrating how to perform basic database operations (creating, reading, updating, and deleting of records). Included in that section are tips on handling the common issues of dealing with disconnected data and auto-increment primary keys, and how to speci...

Moving from ADO to ADO.NET        
Total Hits: 109  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This chapter introduces the concepts and class hierarchy of ADO.NET.Then it provides an overview of how to use your existing ADO code within your .NET application to bind data to controls and support ADO Recordsets with XML Web services. For the more adventurous among you, the last part of this chapter offers some guidance on how to migrate your existing ADO code
to ADO.NET....

Chapter 6: Data Manipulation with ADO.NET        
Total Hits: 489  |  Today: 0 Author: Steve Walther       Rating:  
Read Reviews | Write Review |   Your Rating: 

With a foreword by Microsoft's Mark Anders, ASP.NET: Tips, Tutorials, and Code consists of 19 chapters written by seven of today's leading experts in ASP.NET. These authors are professional developers who create ASP.NET applications, teach, run well-known ASP.NET Web sites, either within or outside of Microsoft. The tutorial framework for each chapter includes:
A brief introduction, explaining the concept.A code example, illustrating the concept.A piece-by-piece explanation of the code....

Typed DataSets in ADO.NET        
Total Hits: 260  |  Today: 0 Author: Shawn Wildermuth.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Typed DataSets are a different animal than most of what we have discussed so far. They are not a set of classes in the framework, but instead, they are a set of generated classes that inherit directly from the DataSet family of classes. Figure 6.1 contains the class diagram from Chapter 5, which shows how the elements of the DataSet are related....

Effective Use of ADO.NET: Creating a Survey Application        
Total Hits: 309  |  Today: 0 Author: Rick Leinecker.       Rating:  
Read Reviews | Write Review |   Your Rating: 

This chapter talks about effectively using ADO.NET. I'll spend the first part of the chapter introducing ADO.NET, mostly how it relates to the SQL Server managed provider. In the second half of the chapter, I'll walk you through a Survey application that was built using ADO.NET, and which focuses on a number of best practices along with some recommended design patterns....

Essential ADO.NET: XML and Data Access Integration        
Total Hits: 214  |  Today: 0 Author: Bob Beauchemin.       Rating:  
Read Reviews | Write Review |   Your Rating: 

The DataSet class interoperates with XML schema and data. The XmlDataDocument combines XmlDocument and DataSet functionality....


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net