“Very detailed and comprehensive book. The author did a great job of introducing LINQ where a beginner or advanced developer could easily understand. This is not a book that will collect dust on your shelf after reading. Personally this book will remain on my desk for quite some time.” -- Denny Ferrassoli
To see all the reviews, click here.
|
|
|
|
|
Welcome to LINQDev, the site dedicated to Language Integrated Query development. For those unaware, LINQ is Microsoft's new generic data query API for the .NET platform.
It is this site's goal to be your single stop to find out all that is going on in the LINQ world. Whether it is our aggregated blogs from the most prolific LINQ bloggers. or our archive of LINQ articles, if it's about LINQ, you should be able to find it here.
Here you will find links, articles, and blog messages about all of LINQ's components:
Please look around and feel free to post in the forums if you have information to share, or questions.
|
|
|
|
The new var keyword is useful when you get confused about what your query is returning. |
| | |
This video demonstrates how to enable LINQ to SQL in your project.
|
|
|
|
|
You should buy my book ...
|
 |
because if you think that LINQ is only about querying data from a database, you are missing the boat and Pro LINQ: Language Integrated Query in C# 2008 will rectify that in a hurry.
|
|
 |
because if you think that the results of your LINQ to SQL query are guaranteed to match your search criteria, you are wrong.
|
|
 |
because my book is all about code. It begins with code, it ends with code, and it contains over 380 code examples.
|
|
 |
because my book is my reference. Please allow me to explain. When I first began writing my book, Microsoft white papers and documentation were my references. If there was something I couldn't remember or didn't understand, I consulted the Microsoft documentation. Over time, a wondrous thing happened. I began consulting the Microsoft documentation less and less, and began consulting my book more and more. By the end, my book became my primary reference for LINQ. For me, Pro LINQ: Language Integrated Query in C# 2008 is the best LINQ reference available, and I feel you deserve no less.
|
You will learn ...
|  | how to leverage all the new LINQ relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods.
|
|  | how to use LINQ to Objects to query in-memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want.
|
|  | why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you.
|
|  | how to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data.
|
|  | how to query DataSets with LINQ to DataSet so you can co-exist with legacy code and use LINQ to query databases other than SQL Server.
|
|  | how to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts.
|
 |
| Pro LINQ: Language Integrated Query in C# 2008 |
|
|
 |
|
 |
| Published November 19, 2007 |
|
|
 |
|
I want to take the opportunity to announce my first book, Pro LINQ: Language Integrated Query in C# 2008. Since I have never written a book before, it is quite a learning experience. I am glad though, that my first book will be published by Apress, because they have been great to work with.
Pro LINQ: Language Integrated Query in C# 2008, published on November 19, 2007, should be available at your favorite bookstore in days. You can learn more about it at Apress.com or Amazon.com.
Better yet, keep an eye on this site and my blog for insider details.
|
|
Order from your favorite online bookstore ...
|
|
|
|
|
|
|
 |
| Pro LINQ: Language Integrated Query in VB 2008 |
|
|
 |
|
|
|
Order from your favorite online bookstore ...
|
|
|
|
|
|
|
|
|
 |
| Obtain the Northwind Database |
|
|
 |
|
Since many of the LINQ to SQL examples provided in my book, as well as other books and articles, require the Miscrosoft Northwind sample database, you can download it from here.
 | The Extended Northwind Database This is the extended version of the Northwind database that was initially distributed with the May 2006 LINQ CTP. It contains additional things such as a Contacts table, as well as table-valued and scalar-valued functions to demonstrate additional LINQ to SQL functionality. This is the version of the Northwind database that my book will use.
|
 | The Standard Northwind Database You can get an installable download for the standard Northwind database at this link. After installing, the Northwind database will be in your "C:\SQL Server 2000 Sample Databases" directory. |
|
|
 |
| Additional LINQ to SQL Resources |
|
|
 |
|
|
|
|
|
Until Orcas/LINQ is released, you can always come here to get a link to the latest version of LINQ.
|
|
|
Amazon Kindle Edition Now Available
|
|
|
|
|

Try Radicomm's Quicktalk, the first enterprise-class Push-To-Talk application for your Motorola/Symbol rugged devices, in your distribution center for free. Click here to enter the 21st Century.
|
|
|
|
|
These are reviews that have been posted on blogs and are therefore longer than the typical Amazon type review.
|
|
|