LINQ for VB 2005

前端之家收集整理的这篇文章主要介绍了LINQ for VB 2005前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp

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. Youll quickly learn everything you want and need to know about LINQ by actually using LINQ.

The future of .NET data access is already hereand its a very bright one! http://rapidshare.com/files/27768456/b-683b01.zip http://depositfiles.com/files/797794 原文链接:https://www.f2er.com/vb/264312.html

猜你在找的VB相关文章