ورود

نسخه کامل مشاهده نسخه کامل : کتابهایی برای یادگیری کامل LINQ



france
08-10-2010, 13:33
[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]



Packt Publishing | ISBN: 1847192548 | PDF | 252 pages | 6.56 MB

Introduction
When we say Language Integrated Query, we might think that it is already integrated into the programming language, just as we write SQL queries in our application. So what is the difference or additional features that we are going to get in LINQ? How is LINQ going to make our programming life easier? Also, I am sure that we all want to know how the new feature, LINQ, is making use of the other new features of C# 3.0. We'll see many of those in this book.

LINQ Architecture
Language Integrated Query is a new feature in Visual Studio 2008 that extends the query capabilities, using C# and Visual Basic. Visual Studio 2008 comes with LINQ provider assemblies that enable the use of Language Integrated Queries with different data sources such as in-memory collections, SQL relational database,
ADO.NET Datasets, XML documents and other data sources.
In Visual Studio 2008, Visual C# and Visual Basic are the languages that implement the LINQ language extensions. The LINQ language extensions use the new Standard Query Operators API, which is the query language for any collection that implements IEnumerable. It means that all collections and arrays can be queried using LINQ. The collections classes simply needs to implement IEnumerable, to enable it for LINQ to query the collections


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

france
08-10-2010, 13:45
[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


---------- Post added at 01:45 PM ---------- Previous post was at 01:40 PM ----------


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]



Professional LINQ By Scott Klein
Publisher: Wrox 2008 | 408 Pages | ISBN: 0470041811 | PDF | 6.7 MB


Professional LINQ introduces experienced programmers and database developers to LINQ database queries in their native VB and C# languages.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید