The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Beginning C# 2005 Databases: From Novice to Professional
  

  Beginning C# 2005 Databases: From Novice to Professional by James Huddleston ; Ranga Raghuram ; Syed Fahad Gilani

  • Published by: APRESS
  • Author: James Huddleston ; Ranga Raghuram ; Syed Fahad Gilani
  • Page Count: 500
  • Group: C# 2005
  • ISBN: 159059777X/9781590597774
  • Published: Dec 2006

Our Price: 19.59
Discount: 30%
RRP: 27.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Beginning C# 2005 Databases: From Novice to Professional
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 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 don't 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

Getting our tools
Getting to know our tools
Introducing SQL
Introducing ADO.NET
Introducing connections
Introducing commands
Introducing data readers
Introducing datasets & data adapters
Introducing data binding
Understanding tables & relationships
Learning more about queries
Using stored procedures
Handling exceptions
Using transactions
Working with ADO.NET events
Working with text & binary data
Using XML
Introducing LINQ