Beginning C# 2005 Databases: From Novice to Professional

Beginning C# 2005 Databases: From Novice to Professional

4.3 3
by Jacob Hammer Pedersen, Syed Fahad Gilani, Jon Reid, James Huddleston, Ranga Raghuram
     
 

Beginning C# 2005 Databases: From Novice to Professional teaches you everything you need to know about relational databases, the SQL database language, and ADO.NET 2.0. You’ll also get a sound start in developing console, Windows Forms, ASP.NET, and even XML database applications.

This book also teaches you database basics and how to use SQL

Overview

Beginning C# 2005 Databases: From Novice to Professional teaches you everything you need to know about relational databases, the SQL database language, and ADO.NET 2.0. You’ll also get a sound start in developing console, Windows Forms, ASP.NET, and even XML database applications.

This book also teaches you database basics and how to use SQL to communicate with databases. You’ll get detailed and code-practical techniques to access data in C# across a wide range of specific coding situations. Fully revised and upgraded for .NET 2.0, this book offers you the best contemporary practice in this core programming area, and you’ll find yourself using it in nearly all of your .NET projects. This book systematically:

  • Provides step-by-step instructions on installing and configuring Visual C# and SQL Server Express editions
  • Presents all essential SQL query and update concepts and syntax, so you dont need prior familiarity with relational databases or SQL
  • Describes how to use ADO.NET transactions, exceptions, and events
  • Covers ADO.NET features for handling XML, text, and binary data
  • Explains all concepts through straightforward code examples

Editorial Reviews

From the Publisher

From the reviews:

"This book is a good introduction to the world of databases through ADO.NET, C#, and structured query language (SQL). … Practitioners working in a Microsoft/ADO.NET shop, colleges, and labs that take a practical approach will find this book very valuable." (G. M. White, ACM Computing Reviews, Vol. 49 (8), August, 2008)

Product Details

ISBN-13:
9781590597774
Publisher:
Apress
Publication date:
12/17/2006
Edition description:
2006
Pages:
528
Product dimensions:
7.00(w) x 9.25(h) x 1.20(d)

Related Subjects

Meet the Author

Jacob Hammer Pedersen started programming in the early 1990s, moving gradually from Pascal to C++ to Visual Basic. In the summer of 2000, he discovered C# and has explored it happily ever since.

Syed Fahad Gilani has more than 15 years of experience in computing. He sold his first program at the age of 10.

Jon Reid was editor for the C++ and Object Query Language components of the Object Data Management Group standard, and has co-authored several C# books.

James Huddleston has worked with computers since 1974, specializing in database design and development since 1980. He has a bachelor's degree in Latin and Greek from the University of Pennsylvania and a juris doctor degree from the University of Pittsburgh. A technical reviewer of dozens of computer books, including Beginning C# Objects: From Concepts to Code, he finds databases an endlessly fascinating area of work and almost as intellectually rewarding as his hobby: translating Homer's Iliad and Odyssey from the original Greek.

Ranga Raghuram has a bachelor's degree in engineering from Birla Institute of Technology and Science in Pilani, India, and a master's degree from Virginia Tech.

Customer Reviews

Average Review:

Write a Review

and post it to your social network

     

Most Helpful Customer Reviews

See all customer reviews >

Beginning C# 2005 Databases: From Novice to Professional 4.3 out of 5 based on 0 ratings. 3 reviews.
Guest More than 1 year ago
It has been awhile since I programmed with databases, so I was looking for a book to help me both refresh and advance my skill set. James Huddleston¿s ¿Beginning C# 2005 Databases, From Novice to Professional¿ is such a book. Having some former experience with DBs, the first 9 chapters are both a quick read and refresher. The ¿How It Works¿ were useful and very clear. The later chapters, especially 13 'Exceptions', 15 'Events', and 17 'XML' in relation to C#, were helpful. The last chapter offers a look into the future with LINQ. I would like to thank Mr. Huddleston for writing this book.
Guest More than 1 year ago
Many 'Novice' book's often gloss over the setup needed to accomplish the learning. This text took very detailed explanations and illustrations to insure the beginner could actually perform the exercises. Great Work!!! Recommend for anyone needing to explore Database programming..
Guest More than 1 year ago
I got this book a few weeks ago. I try to jump start my leaning process of Visual Studio 2005 and SQL Server 2005. In fact, this book is a really good one. This book begins with step-by-step how to set up C# programming and database environment. I like this installation guide since I want to experiment with the exercises in this book and I want to do it right the first time. This book covers fundamental concepts of databases and related data access ADO.Net technology. The author explains very well the following concepts, connections, commands, data readers, data adapters, and data sets, etc. The diagrams in the book really help to understand the relationship between the concepts mentioned above. In addition, the author also includes topics such as transaction, xml, working with text and binary data, and LINQ. I do think the author should include the topic of CLR integration with SQL Server 2005. CLR integration allows you to create database objects including stored procedures, triggers, user-defined functions, UDTs, and aggregates, in ANY .Net languages. CLR provides much more power and flexibility than T-SQL. In addition, CLR integration has other great benefits too. Bottom line. It is a very good introductory book about ADO.Net, SQL, and C#. It is a good reference book for experienced professionals.