|
|
||||||||||||||||||||
| Home > Visual Studio 2008 Learning Guide: LINQ | |
| Learning Guide: |
|
||
This section of the Visual Studio 2008 Learning Guide looks at LINQ. The Language Integrated Query is one of the most important new features introduced in Visual Studio 2008. It lets programmers make queries to any IEnumerable data type within their native .NET language; no longer must they use T-SQL syntax. Here we first link to tips and tutorials about LINQ in general and about two more popular data query flavors -- LINQ to SQL and LINQ to XML. Then we look at the native .NET language changes that were needed to make LINQ work. The sections of the Visual Studio 2008 Learning Guide that follow dig a little deeper into those, and other changes, in Visual Basic 2008 and C# 3.0. If you want a more in-depth look at LINQ, then you should check out our LINQ Learning Guide. Beginning LINQ development, Part 1 (SearchWinDevelopment.com) Beginning LINQ development, Part 2 (SearchWinDevelopment.com) Learning LINQ to SQL using Visual Basic 2008 (Jagadish Chararji) LINQ to SQL and VS 2008 performance
(David Hayden) LINQ to SQL: Sweet query and performance control (David Hayden) Creating data access layer using LINQ to SQL: Stored procedures support (David Hayden) Quickly import, export Excel data with LINQ to XML (Beth Massi) LINQ to SQL Pipeline (Charlie Calvert) *** In order to accommodate LINQ, Microsoft had to introduce some new features to Visual Basic 2008 and C# 3.0. The following articles introduce these four language-agnostic features and offer details on how well they work with Visual Studio 2008's multi-targeting. New VS 2008 language feature: Extension Methods (Scott Guthrie) New VS 2008 language feature: Lambda Expressions (Scott Guthrie) New VS 2008 language feature: Query syntax (Scott Guthrie) New VS 2008 language feature: Anonymous Types (Scott Guthrie) Using C# 3.0 from .NET Framework 2.0 and Using Extension Methods in .NET Framework 2.0 projects (Daniel Moth) *** Go on to the next section of the Visual Studio 2008 Learning Guide: Visual Studio 2008 and Visual Basic 2008
'); // -->
|
|||||||||||||||||||||||||||||||||||||||||
| About Us | Contact Us | For Advertisers | For Business Partners | Site Index | RSS |
| |
|
|||||||