5,696,038 members and growing! (18,474 online)
Email
Password
Remember me?
Lost your password?
Home
Current Site:
C++ / .NET
Java
SQL
Linux / Unix
Help!
Articles
Message Boards
Job Board
Lounge
Announcements
Mobile Developer Contest
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
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
Internet / Network
Threads, Processes & IPC
WinHelp / HTMLHelp
Graphics / Design
Expression
Usability
Development Lifecycle
Debug Tips
Design and Architecture
Installation
Work Issues
Testing and QA
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
Product Showcase
IBM DeveloperWorks
WhitePapers / Webcasts
InstallShield 2009
Apress Bookstore
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
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
SqlLinq: Taking LINQ to SQL in the Other Direction
Updated:
5 Nov 2008
Parsing SQL statements to create LINQ Expressions.
C# 3.0, .NET 3.5, C#, SQL, .NET, Architect, DBA, Dev, Design, LINQ, Intermediate, Advanced
Don Kackman
4.74
A journey into Expressions
-
Unedited
Updated:
1 Nov 2008
A journey into Expressions
C# 3.0, .NET 3.5, Architect, DBA, Dev, LINQ, Intermediate
Sacha Barber
4.67
LINQ to Life
Updated:
6 Mar 2008
Using LINQ to improve everyday code
C# 3.0, .NET 3.5, C#, .NET, Architect, Dev, Beginner, Intermediate
futureturnip
4.64
LINQ and Dynamic Predicate Construction at Run-time
-
Unedited
Updated:
13 Aug 2008
Illustrating a multi-predicate injection pattern now possible with the new features of C# 3.0
Win2K, WinXP, Win2003, Vista, C# 3.0, .NET 3.5, C#, Windows, .NET, Dev, LINQ, Intermediate
dave.dolan
4.62
LINQ To Flickr, Another IQueryable Implementation
Updated:
23 Oct 2007
This article focuses on how you can extend the great LINQ technology to other domains using the idea of implementation of IQueryable.
C# 3.0, VB 9.0, .NET 3.5, VS2008, Windows, Dev, LINQ, Intermediate
Mohammed H. El-Sherief
4.59
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 Server, Visual Studio, Architect, DBA, Dev, LINQ, Intermediate, Advanced
Matt Sollars
4.58
PLINQ is Coming Up Soon (PFX)
Updated:
24 Oct 2007
Multicore hardware is spreading very fast, however the programming for Multicore is not an easy job, Parallel FX (PFX) comes to the rescue
C# 3.0, VB 9.0, .NET 3.5, VS2008, Windows, Dev, LINQ, Intermediate
Mohammed H. El-Sherief
4.55
LINQ to Text or CSV Files - Part 1
Updated:
14 Nov 2008
A simple utility to LINQ against CSV files
.NET 3.0, C# 3.0, .NET 3.5, Architect, Dev, LINQ, Intermediate
Alomgir Miah Abdul
4.52
Dynamite: High Performace Dynamic Sorting Using Expressions
Updated:
25 Sep 2008
Easy-to-use and high performance dynamic sorting of most type of sequences with SQL-like syntax, developed using System.Linq.Expression classes.
C# 3.0, .NET 3.5, C#, Windows, .NET, Visual Studio, Architect, Dev, WPF, Design, LINQ, Intermediate
Henrik Jonsson
4.50
Implementing a Sortable BindingList Very, Very Quickly
Updated:
1 Dec 2008
A custom implementation of BindingList that provides sorting for every property of type T.
.NET 2.0, .NET 3.0, .NET 3.5, C#, .NET, Dev, WinForms, LINQ, Intermediate, Advanced
Jahmani
4.50
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 Server, Dev, LINQ, Intermediate
Jahmani
4.47
Fluid IEnumerable_T_.Except()
Updated:
30 Nov 2008
This article presents a solution to the problem of performing flexible Set exclusion (A-B) on an IEnumerable while maintaining a fluid programming style.
C# 1.0, C# 2.0, C# 3.0, C#, Dev, LINQ, Intermediate, Advanced
handcraftsman
4.43
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.41
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, Architect, Dev, Intermediate
Mark Nischalke
4.38
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.37
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.36
An ASP.NET Data Layer base class for LINQ disconnected mode
Updated:
9 Oct 2008
Quickly and easily implement your LINQ Data Layer with this abstract class.
.NET 3.0, C# 3.0, .NET 3.5, C#, ASP.NET, .NET, Architect, Dev, XHTML, Design, LINQ, Intermediate, Advanced
Adrian Grigore
4.32
Comparing DataSets using LINQ
Updated:
13 Oct 2008
Comparing DataSets in Visual Studio 2008 using LINQ.
WinXP, Win2003, Vista, C#, Windows, Dev, ADO.NET, LINQ, Intermediate
Y Kasan
4.32
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.32
Poor Man's LINQ in Visual Studio 2005
Updated:
19 May 2008
A way to use LINQ to Objects in C# 2.0 with .NET Framework 2.0.
.NET 2.0, C# 2.0, C#, .NET CF, .NET, Dev, LINQ, Advanced
Qwertie
4.27
LINQ to XSD
Updated:
6 Nov 2008
How to use LINQ through XSD and XML
.NET 3.5, C#, XML, Windows, XAML, LINQ, Beginner
Le Sourcier
4.23
LINQ to SAP
Updated:
17 Jul 2008
How to use LINQ to connect to a SAP/R3 system.
C# 3.0, .NET 3.5, VS2008, C#, .NET, Visual Studio, Architect, Dev, Design, LINQ, Intermediate, Advanced, SAP
Juergen Baeurle
4.17
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, Architect, Dev, Intermediate, Advanced
Yazeed Hamdan
4.16
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 Server, Dev, ADO.NET, LINQ, Intermediate
Jahmani
4.13
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.10
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, Architect, Dev, ADO.NET, Design, LINQ, Intermediate
Michael Piccolo
4.09
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.08
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 Server, Dev, LINQ, Intermediate
Jahmani
4.06
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, Architect, DBA, Dev, LINQ, Beginner, Intermediate, Advanced
Ralph Varjabedian
4.04
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, Architect, DBA, Dev, Design, LINQ, Beginner, Intermediate, Advanced
WinSpace
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
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
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.91
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
3.86
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 Server, Dev, LINQ, Intermediate
Jahmani
3.77
Extracting XML and Insert Bulk Data using LINQ to XML and LINQ to SQL in .NET 3.5
Updated:
4 Oct 2008
Extracting XML and SQL bulk updates using LINQ to XML and LINQ to SQL in .NET 3.5.
.NET 3.5, VS2008, C#, Dev, LINQ, Intermediate
Gayani Devapriya
3.71
PLINQO - Supercharge LINQ to SQL
Updated:
17 Aug 2007
PLINQO is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers.
VS2005, C# 3.0, .NET 3.5, VS2008, ASP.NET, Windows, Dev, WinForms, WebForms, LINQ, Intermediate
Paul Welter
3.69
XLINQ to WoW Realm Status
-
Unedited
Updated:
19 Sep 2008
This article will explain and show how to use XLINQ (LINQ to XML) to get WoW Realm status
Win2K, WinXP, Win2003, Vista, C# 3.0, .NET 3.5, VS2008, XML, Dev, XSLT, LINQ, Intermediate
Xtek
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
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.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.50
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.44
Managing LINQ Data Contexts with the Unity Framework
Updated:
24 Jul 2008
A unique way of managing the LINQ Data Context object between business logic classes with Dependency Injection.
C# 3.0, C#, Windows, Dev, LINQ, Intermediate, Advanced
Shannon Deminick
3.44
LINQ: .NET Language-Integrated Query
Updated:
26 Aug 2007
General-purpose query added to the .NET Framework, LINQ, Lambda Expression, Extension Method
.NET 2.0, C# 2.0, .NET 3.0, C# 3.0, .NET 3.5, Windows, Visual Studio, Dev, LINQ, Intermediate
Sumit Jain
3.38
Use LINQ to Create Music Playlists
Updated:
29 Aug 2008
See how to utilize LINQ along with Typed-DataSets to quickly build playlists for your music collection.
.NET 3.0, C# 3.0, .NET 3.5, C#, Windows, .NET, Dev, LINQ, Intermediate
davehamdan
3.25
A Common Base Class for LINQ to SQL
Updated:
29 Jul 2008
A common base class for LINQ to SQL with which you can implement code to access database easily.
C# 1.0, C# 2.0, .NET 3.0, C# 3.0, .NET 3.5, C#, .NET, Dev, LINQ, Intermediate
Bruce Zhang
3.00
Bresenham's Line Algorithm Revisited
-
Unedited
Updated:
1 Dec 2008
Revisiting Bresenham's Line Algorithm for iterative rendering using IEnumerable
C# 3.0, C#, Dev, LINQ, Intermediate
Nick Vuono
3.00
Random Sample Extension Method for .NET 3.0 LINQ Queries
Updated:
6 Nov 2006
Extension Method that allows a random sample to be returned from any IEnumerable collection
VS2005, C# 2.0, .NET 3.0, Windows, Dev, LINQ, Intermediate
Troy Magennis
2.93
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
Better LINQ with better example
-
Unedited
Updated:
8 Sep 2008
Here we will take a real time example of a company to explore LINQ
C# 1.0, C# 2.0, C# 3.0, .NET 3.5, VS2008, C#, .NET, Visual Studio, Dev, LINQ, Beginner, Intermediate, Advanced
NaveenPrabhu
2.83
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
2.25
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
Read XML with Namespace resolution using XLinq.XElement
-
Unedited
Updated:
13 Nov 2008
Read XML with Namespace resolution using XLinq.XElement
C# 1.0, C# 2.0, C# 3.0, .NET 3.5, C#, .NET
Ashish Mundra
1.77
Search XML records with Operators using LINQ
-
Unedited
Updated:
29 Oct 2008
This sample shows how tosearch xml file records using LINQ
C# 1.0, C# 2.0, .NET 3.0, C# 3.0, .NET 3.5, C#, Windows, .NET, Architect, Dev, LINQ, Intermediate
MicrosoftTechnologist
1.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 2 Dec 2008
Advertise
|
Privacy
Copyright ©
CodeProject
, 1999-2008
All Rights Reserved.
Terms of Use