5,276,406 members and growing! (15,671 online)
Email
Password
Remember me?
Lost your password?
Home
Current Site:
Main Site
Java
Linux Apache MySQL PHP
Help!
Articles
Message Boards
Job Board
Lounge
Announcements
Summer Code Competition!
Code Generation
comp. $1,000 prize!
Win CodeProject Coffee!
Monthly Competition
Chapters
Desktop Development
Button Controls
Clipboard
Combo & List Boxes
Dialogs and Windows
Desktop Gadgets
Document / View
Edit Controls
Files and Folders
Grid & Data Controls
List Controls
Menus
Miscellaneous
Printing
Progress Controls
Selection Controls
Shell and IE programming
Smart Client
Splitter Windows
Static & Panel Controls
Status Bar
Tabs & Property Pages
Toolbars & Docking windows
Tree Controls
Web Development
Ajax and Atlas
Applications & Tools
ASP
ASP.NET
ASP.NET Controls
ATL Server
Caching
Charts, Graphs and Images
Client side scripting
Custom Controls
HTML / CSS
Internet / Network
ISAPI
Site & Server Management
Session State
Silverlight
Trace and Logs
User Controls
Validation
View State
WAP / WML
Web Security
Web Services
Enterprise Systems
Content Management Server
Microsoft BizTalk Server
Microsoft Exchange
Office Development
SharePoint Server
Multimedia
Audio and Video
DirectX
GDI
GDI+
General Graphics
OpenGL
Database
Database
SQL Reporting Services
Platforms, Frameworks & Libraries
ATL
MFC
STL
WTL
COM / COM+
.NET Framework
Win32/64 SDK & OS
Vista API
Vista Security
Cross Platform
Game Development
Mobile Development
Windows CardSpace
Windows Communication Foundation
Windows Presentation Foundation
Windows Workflow Foundation
Libraries
Windows Powershell
LINQ
Languages
C / C++ Language
C++ / CLI
C#
MSIL
VBScript
VB.NET
VB6 Interop
Other .NET Languages
XML
Java
General Programming
Algorithms & Recipes
Bugs & Workarounds
Collections
Cryptography & Security
Date and Time
DLLs & Assemblies
Exception Handling
Localisation
Macros and Add-ins
Programming Tips
String handling
Threads, Processes & IPC
WinHelp / HTMLHelp
Graphics / Design
Expression
Usability
Development Lifecycle
Debug Tips
Design and Architecture
Installation
Work Issues
Code Generation
General Reading
Book Chapters
Book Reviews
Hardware Reviews
Interviews
Scrapbook
Hardware & System
Third Party Products
Product Showcase
Solution Center
Services
Job Board
Code Project Coffee
Free Magazines
Feature Zones
IBM DeveloperWorks
WhitePapers
Code Generation
Quest SQL Zone
News & Community
Site Map
Who's Who @ CodeProject
CodeProject MVPs
Article Competitions
Company Listings
Latest Articles
News
Newsletter Archive
Press Releases
Surveys
Submit an Article
Stuff from CodeProject
The Code Project
About Us
Our Awards
Media kit & Advertising info
Search
Articles
Messages
Jobs
Advanced Search
Sitemap
Set your article filter
No filter
C++ Developer
C# Developer
VB.NET Developer
Web Developer
DBA / SQL
Architect
Current Filter:
(Click Update List to update)
Language Integrated Query
Submit your article
Platforms, Frameworks & Libraries
» LINQ
Contents
Quick search by title:
Language Integrated Query - General
Language Integrated Query - General
top
Title
/
Updated
Author
Score
LINQ to CSV library
Updated:
10 Apr 2008
Easy to use library to use CSV and tab delimited files with LINQ queries.
C# 1.0, C# 2.0, C# 3.0, .NET 3.5, C#, .NET, Dev, Intermediate
Matt Perdeck
4.83
How To: LINQ To SQL Transformation
Updated:
9 Jan 2008
An article on LINQ To SQL Transformations.
C# 3.0, .NET 3.5, C#, .NET, SQL, Dev, LINQ, Intermediate
Jahmani
4.71
LINQ to XML
-
Unedited
Updated:
14 Mar 2008
An exploration of LINQ and XML in .NET Framework 3.5
C# 3.0, .NET 3.5, C#, XML, .NET, Arch, Dev, Intermediate
Mark Nischalke
4.69
LINQ Challenges and SQL Server Compact Edition
-
Unedited
Updated:
25 Mar 2008
Overcoming Challenges with LINQ to SQL and Using LINQ with SQL Server Compact Edition
Win2K, WinXP, Win2003, Vista, SQL 2005, SQL CE, .NET 3.0, C# 3.0, VB 9.0, .NET 3.5, VS2008, C#, VB, SQL, Windows, .NET, SQL, Visual Studio, Arch, DBA, Dev, LINQ, Intermediate, Advanced
Matt Sollars
4.64
LINQ to Life
Updated:
6 Mar 2008
Using LINQ to improve everyday code
C# 3.0, .NET 3.5, C#, .NET, Arch, Dev, Beginner, Intermediate
futureturnip
4.62
How To LINQ To SQL: Part III
Updated:
10 Jan 2008
How to LINQ To SQL: The Executor.
.NET 3.5, C#, SQL, .NET, SQL, Dev, LINQ, Intermediate
Jahmani
4.60
Performance Comparisons LINQ to SQL / ADO / C#
Updated:
27 May 2008
This article seeks to compare existing approaches with the new ones released with
C# 3.0, C#, Dev, ADO.NET, LINQ, Intermediate
KshitijPandey
4.53
Modifying LINQ Expressions with Rewrite Rules
-
Unedited
Updated:
18 Mar 2008
Rewriting query expressions is a simple and yet a safe and powerful technique to modify queries dynamically in runtime.
C# 3.0, C#, .NET, Dev, LINQ, Intermediate
Dmitri Raiko
4.50
Dissecting LINQ to SQL
Updated:
28 Feb 2008
Where LINQ to SQL shines as compared to other ORM tools in the market is the fact that it abstracts away the database structure behind our business objects, it also supports a query language called LINQ.
C#, SQL, Windows, Dev, LINQ, Intermediate
Zeeshan Jafar Hirani
4.36
Poor Man's Linq in Visual Studio 2005
-
Unedited
Updated:
19 May 2008
A way you can use Linq to Objects in C# 2.0 with .NET Framework 2.0
.NET 2.0, C# 2.0, C#, .NET CF, .NET, Dev, Advanced
Qwertie
4.33
Understanding LINQ (C#)
Updated:
12 Jun 2007
An article describing the new language features of LINQ
.NET 2.0, C# 2.0, .NET 3.0, C# 3.0, Windows, Visual Studio, Dev, LINQ, Beginner
Amro Khasawneh
4.28
Change The Default CommandTimeout of LINQ DataContext
Updated:
22 May 2008
An article that shows a simple way of changing the default value of the DataContext CommandTimeout
C# 3.0, .NET 3.5, SQL, Windows, Dev, ADO.NET, LINQ, Intermediate
S. M. SOHAN
4.22
Using LINQ to SQL in Visual Basic
Updated:
6 Jun 2008
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored proce
.NET 3.5, VS2008, VB, .NET, Visual Studio, Dev, Intermediate
salysle
4.20
LINQ to SQL: All common operations (Insert, Update, Delete, Get) in one base class
Updated:
31 May 2008
A base class to perform all common LINQ to SQL operations.
Win2K, WinXP, Win2003, Vista, C# 3.0, .NET 3.5, C#, Windows, .NET, Arch, Dev, Intermediate, Advanced
Yazeed Hamdan
4.12
LINQ in Multi-tier Applications
Updated:
25 Apr 2008
Transfer data between LINQ entity classes and your own data transfer objects efficiently
C# 3.0, .NET 3.5, C#, .NET, Arch, DBA, Dev, LINQ, Beginner, Intermediate, Advanced
Ralph Varjabedian
4.09
LinqToSQL: Comprehensive Support for SQLite, Microsoft Access, SQServer2000/2005
Updated:
12 Feb 2008
Use LinqToSql to query these popular RDMS products
C#, SQL, Windows, .NET, SQL, Dev, ADO.NET, LINQ, Intermediate
Jahmani
4.08
Simple LINQ to SQL in C#
Updated:
4 Jun 2008
This article provides an introduction to employing LINQ to SQL within a Windows Forms application. The article will address the incorporation of LINQ to SQL into a WinForms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored proced
.NET 3.5, VS2008, C#, Windows, .NET, Visual Studio
salysle
4.07
How To: LINQ To SQL Transformations - Part II
Updated:
9 Jan 2008
An article on LINQ To SQL Transformations.
.NET 3.5, C#, SQL, .NET, SQL, Dev, LINQ, Intermediate
Jahmani
4.00
LINQ Transactions using a Custom Base Datacontext
Updated:
6 Apr 2008
How to simplify LINQ Transactions using a custom base Datacontext
C# 3.0, VB 9.0, .NET 3.5, VS2008, C#, Windows, .NET, Visual Studio, Arch, Dev, ADO.NET, Design, LINQ, Intermediate
Michael Piccolo
4.00
Redirect LINQ to SQL DataContext Log Messages To Log4Net
Updated:
14 May 2008
An article that shows how one can use Log4Net to capture the log messages that are generated by the LINQ to SQL DataContext classes
.NET 3.0, C# 3.0, Windows, ADO.NET, Advanced
S. M. SOHAN
4.00
LINQ-to-SQL: Generic Primary Key function
-
Unedited
Updated:
26 Jun 2008
This a vb.net version of code in a blog entry by Chris Sainty
.NET 3.0, VB 9.0, VB, .NET, Dev, Advanced
Bob Housedorf
4.00
Insides of LINQ
Updated:
17 Jun 2008
This article describes LINQ and other related language extensions.
.NET 2.0, C# 2.0, .NET 3.0, C# 3.0, C#, .NET, Dev, LINQ, Intermediate, Advanced
Tariq A Karim
3.94
Writing a LINQ query on an XML data file: Step by step explanation in VB.NET (VS2008)
Updated:
2 Jun 2008
VB.NET LINQ query on an XML file.
VB 7.x, VB 8.0, VB 9.0, VB 6, .NET 3.5, VS2008, VB, ASP.NET, XML, .NET, Visual Studio, Dev, WebForms, LINQ, Intermediate
Ravindranath Maddela
3.89
LINQ to SQL Serialization
Updated:
21 Dec 2007
Use the Generics, Extension and Reflection features to implement a generic serialization class library for LINQ to SQL classes
NT4, Win2K, WinXP, Win2003, Vista, VS.NET2002, VS.NET2003, VS2005, TabletPC, VS6, Embedded, C# 1.0, C# 2.0, C# 3.0, VS2008, C#, SQL, Windows, Visual Studio, Arch, DBA, Dev, Design, LINQ, Beginner, Intermediate, Advanced
WinSpace
3.88
Using LINQ to Objects in C#
Updated:
6 Jun 2008
This article provides an introduction to employing LINQ to Objects queries to support a simple win forms application; the article addresses the construction of LINQ to Objects statements and then goes on to describe how one might use LINQ to Objects within the context of an actual application.
.NET 3.5, VS2008, C#, .NET, Visual Studio, Dev, Intermediate
salysle
3.62
Using LINQ to Objects in Visual Basic
Updated:
4 Jun 2008
This article provides an introduction to employing LINQ to Objects queries to support a simple WinForms application; the article addresses the construction of LINQ to Objects statements, and then goes on to describe how one might use LINQ to Objects within the context of an actual application.
.NET 3.5, VS2008, VB, Windows, .NET, Visual Studio, Dev, WinForms, Intermediate
salysle
3.60
Setting Default Values for LINQ Bound Data
Updated:
21 Feb 2008
How to stop LINQ from trying to insert null data into your database
C#, ASP.NET, Windows, .NET, DBA, Dev, LINQ, Intermediate
Malcolm Swaine
3.57
Typed DataSet LINQ Entities
Updated:
21 Apr 2008
Converting a Typed DataSet to and from LINQ entities.
.NET 3.0, C# 3.0, .NET 3.5, C#, .NET, Visual Studio, Dev, ADO.NET, WinForms, LINQ, Advanced
Sarafian
3.00
C# Scrollable Picturebox Custom Control
Updated:
9 Jun 2008
This article discusses the construction of a custom control used to add a scrollable Picturebox control to a project.
.NET 3.5, C#, .NET, Dev, Intermediate
salysle
3.00
Exploring LINQ Query Operators and Differed Execution Plan
Updated:
5 Mar 2008
An overview of LINQ: how LINQ leverages different execution, what support C# provides query over datasets and data tables (LINQ to dataset), etc.
C#, .NET, Dev, LINQ, Intermediate
Zeeshan Jafar Hirani
2.93
Linq "Group By" over multiple keys/columns on an in memory data-table
-
Unedited
Updated:
5 Apr 2008
Shows one of the many ways to call linq group by over multiple columns on memory objects
C# 3.0, C#, .NET, Dev, LINQ, Beginner
rohits1979
2.00
RSS Enclosure Downloader
-
Unedited
Updated:
3 Jun 2008
Using Linq to XML to download RSS enclosures
VB 7.x, VB 8.0, VB 9.0, VB 6, VB
Darren Fieldhouse
Last Updated 4 Jul 2008
Advertise
|
Privacy
Copyright ©
CodeProject
, 1999-2008
All Rights Reserved.
Terms of Use