ADO.NET Cookbook
By Bill Hamilton
September 2003
Pages: 624
Series: Cookbooks
ISBN 10: 0-596-00439-7 |
ISBN 13: 9780596004392




(Average of 3 Customer Reviews)
This book has been updated—the edition you're requesting is OUT OF PRINT. Please visit the catalog page of the latest edition.
The latest edition is also available on Safari Books Online.
Book description
ADO.NET Cookbook is a comprehensive collection of over 150 solutions and best practices for everyday dilemmas. For each problem addressed in the book, there's a solution--a short, focused piece of code that programmers can insert directly into their applications
The diverse solutions presented here will prove invaluable over and over again, for ADO.NET programmers at all levels, from the relatively inexperienced to the most sophisticated.
Full Description
Designed in the highly regarded O'Reilly Cookbook format, ADO.NET Cookbook is strikingly different from other books on the subject. It isn't bogged down with pages of didactic theory. The ADO.NET Cookbook focuses exclusively on providing developers with easy-to-find coding solutions to real problems.
ADO.NET Cookbook is a comprehensive collection of over 150 solutions and best practices for everyday dilemmas. For each problem addressed in the book, there's a solution--a short, focused piece of code that programmers can insert directly into their applications.
And ADO.NET Cookbook is more than just a handy compilation of cut-and-paste C# and VB.NET code. ADO.NET Cookbook offers clear explanations of how and why the code works, warns of potential pitfalls, and directs you to sources of additional information, so you can learn to adapt the problem-solving techniques to different situations. This is a painless way for developers who prefer to learn by doing to expand their skills and productivity, while solving the pressing problems they face every day.
These time-saving recipes include vital topics like connecting to data, retrieving and managing data, transforming and analyzing data, modifying data, binding data to .NET user interfaces, optimizing .NET data access, enumerating and maintaining database objects, and maintaining database integrity.
The diverse solutions presented here will prove invaluable over and over again, for ADO.NET programmers at all levels, from the relatively inexperienced to the most sophisticated.
Browse within this book
Cover
| Table of Contents
| Colophon
Featured customer reviews

Acessando este Cookbook,
September 30 2005
Submitted by
Eduardo Cesar Lunardelli
[
Respond |
View]
This is a book for any person whom it intends to develop applications with systems gerenciadores of data base, using the platform net. Very clearly and necessary in the ideas the author shows to the essential concepts for the learning... Show, congratulations!
ADO.NET Cookbook Review,
July 15 2004
Submitted by Anonymous Reader [
Respond |
View]
Anybody can help me to build the examples codes from this book. Here are the errors:
C:\FT0608\AdoDotNetCookbookCS\Main\Chapter 06\AutoTransactionForm.cs(85): The type or namespace name 'SC0601' could not be found (are you missing a using directive or an assembly reference?)
C:\FT0608\AdoDotNetCookbookCS\Main\Chapter 06\AutoTransactionForm.cs(89): The type or namespace name 'sc' could not be found (are you missing a using directive or an assembly reference?)
C:\FT0608\AdoDotNetCookbookCS\Main\MainForm.cs(1951): The type or namespace name 'UsingXmlTemplateQueriesForm' could not be found (are you missing a using directive or an assembly reference?)
C:\FT0608\AdoDotNetCookbookCS\Main\MainForm.cs(1970): The type or namespace name 'BulkInsertForm' could not be found (are you missing a using directive or an assembly reference?)
Cryptographic failure while signing assembly 'C:\FT0608\AdoDotNetCookbookCS\ServicedComponent\obj\Debug\AdoDotNetCookbookCS.ServicedComponent.dll' -- 'The key container name 'AdoDotNetCookbookCSServicedComponent' does not exist'
The referenced component 'Microsoft.Data.SqlXml' could not be found.
The referenced component 'SQLXMLBULKLOADLib' could not be found. Could not load the type library. The system cannot find the file specified.
ADO.NET Cookbook Review,
April 02 2004
Submitted by /
[
Respond |
View]
Yeap, interesting book, but maybe only for qualificated users. You will find there 150 solutions and best practices for your every day dilemmas. For each problem addressed in the book, there's a short solution. Thanx
Em0
Read all reviews
ADO.NET Cookbook Review,
November 22 2003
Submitted by luo_zhao
[
Respond |
View]
Retrieving and Managing Data