 |
 |
 |
 |
 |
Visual Studio 2008 and Language Integrated Query (LINQ)
See how the Language Integrated Query, or LINQ, improves database programming in Visual Studio 2008 with direct queries to data sources such as SQL, XML and ADO.NET.
|
 |
 |
|
|
 |
 |
| EXPERT TECHNICAL ADVICE: 1 - 3 of 4 |
 |
 |
 |
 |
 |
LINQ beyond queries: Strong-typed refection
Submitted By: TheServerSide.NET | 26 Jul 2006
TIP - LINQ makes queries a first-class concept in C#. LINQ can be used for way more than just querying, though -- think lambda expressions and strong-typed reflection.
|
 |
 |
Beginning LINQ development, Part 3
Submitted By: SearchVB.com | 17 Oct 2007
TIP - LINQ works well for managed code and for RAD, but the language enhancements it brings to the .NET Framework should be considered carefully.
|
 |
 |
Beginning LINQ development, Part 2
Submitted By: SearchVB.com | 29 Aug 2007
TIP - LINQ, the Language Integrated Query, dramatically changes database programming in Visual Studio 2008. Here we examine the ins and outs of LINQ to SQL queries.
|
 |
 |
| REFERENCE & LEARNING: 1 - 3 of 11 |
 |
 |
 |
 |
 |
LINQ Learning Guide
SearchWinDevelopment.com | 19 Feb 2008
LEARNING GUIDE - This learning guide examines LINQ, one of the most important new features of Visual Studio 2008. |
 |
 |
LINQ Learning Guide: LINQ Providers
SearchWinDevelopment.com | 19 Feb 2008
LEARNING GUIDE - In this section of the LINQ Learning Guide, we link to tutorials that explain how to build LINQ providers and, thus, make a data source accessible through LINQ. |
 |
 |
LINQ
29 Jan 2008
WORD - LINQ (Language Integrated Query) is a Microsoft programming model and methodology that essentially adds formal query capabilities into Microsoft .NET-based programming languages. LINQ offers a compact, expressive, and ...
|
|
 |
|
 |
 |
|