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

 LINQ for VB 2005
  

  LINQ for VB 2005 by Ferracchiati, Fabio

  • Published by: firstPress
  • Author: Ferracchiati, Fabio
  • Page Count: 156
  • Group: LINQ
  • ISBN: 1590598407/9781590598405
  • Published: Jul 2007

Our Price: 14.57
Discount: 19%
RRP: 17.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:

LINQ for VB 2005
Are you ready for the future of data access in .NET?

At the Microsoft Professional Developers Conference (PDC) 2005, Microsoft previewed a new technology, Language-Integrated Query (LINQ). It captured a lot of attention because it addressed the fundamental issue of merging object-oriented applications with relational data. The LINQ Project team demonstrated how to use LINQ to query a variety of data sources, such as a SQL Server database, an XML file, and an array, and how to manage the data using an object-oriented approach.

Fabio Ferracchiati has written a comprehensive guide to the three main parts of the LINQ May 2006 CTP: managing in-memory data (LINQ to Objects), accessing relational databases (LINQ to ADO .NET), and manipulating XML documents (LINQ to XML). Each chapter offers many practical examples that you can try yourself with the downloadable source code. You'll quickly learn everything you want and need to know about LINQ by actually using LINQ.

The future of .NET data access is already here - and it's a very bright one!

About the Author

About the Technical reviewer

Acknowledgments

Introduction

Chapter 1: LINQ to Objects

Chapter 2: LINQ to ADO.NET

Chapter 3: LINQ to XML