Click here to Skip to main content
6,593,923 members and growing! (12,724 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager
Announcements
BullFrog Power
 
Search    
Add to IE Search

Language Integrated Query


Language
Platform
Technology
Audience
Skill Level
Clear All

Contents

     

    Language Integrated Query - General

    top
    Title / Updated Author Score  
    Decoupled LINQ to SQL framework
    Updated: 15 Feb 2009  
    A decoupled LINQ to SQL framework using Dependency Injection (Unity) and Policy Injection (simple AOP).
    C#, .NET, LINQ, Dev
    Shannon Deminick 5.00
    LINQ to SQL - Detach Entities
    Updated: 12 Jul 2009  
    Easily detach entities when using LINQ to SQL
    C# (C# 3.0), Windows (WinXP, Win2003, Vista, Win2008, Win 7), .NET (.NET 3.0, .NET 3.5), PocketPC 2002, WinMobile2003, WinMobile6, LINQ, Architect, Dev, Design
    Eric J. Smith, Shannon Davidson 5.00
    LINQ to SQL - Many to Many Relationships
    Updated: 18 Aug 2009  
    Easily support many to many relationships when using LINQ to SQL.
    C# 3.0WinXP, Win2003, Vista, Win2008, Win 7, LINQ, Architect, Dev
    Eric J. Smith, Shannon Davidson 5.00
    Getting started with LINQ - Unedited
    Updated: 2 Nov 2009  
    LINQ is syntactical sugar for extension methods and lamda expressions. To understand LINQ, it is important to first grapple with these concepts.To begin, let's look at a simple and somewhat common scenario. We have an unsorted list of names. We want to go through each letter of the alphabet and prin
    VB (VB 10), .NET (.NET 3.5), LINQ, All Topics, Dev, Design
    Cyborgx37 5.00
    LINQ to SQL Database Synchronizer
    Updated: 1 Jun 2009  
    An open source utility that synchronizes your database structure with a LINQ to SQL model.
    C# (C# 3.0), SQL, Windows, .NET (.NET 3.5), SQL Server, Visual Studio (VS2008), ADO.NET, LINQ, Architect, Dev
    Dan-el Khen 4.91
    LINQ to CSV library
    Updated: 10 Apr 2008  
    Easy to use library to use CSV and tab delimited files with LINQ queries.
    C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.5), Dev
    Matt Perdeck 4.88
    LINQtoSQL: Customize the Code Generated by the Designer
    Updated: 6 Dec 2008  
    Customize the code generated by the LINQtoSQL designer.
    C#, .NET, LINQ, Dev
    radusib 4.88
    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.
    C#, .NET (.NET 2.0, .NET 3.0, .NET 3.5), WinForms, LINQ, Dev
    Jahmani 4.87
    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
    C# (C# 3.0), Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 3.5), LINQ, Dev
    dave.dolan 4.85
    SqlLinq: Taking LINQ to SQL in the Other Direction
    Updated: 5 Nov 2008  
    Parsing SQL statements to create LINQ Expressions.
    C# (C# 3.0), SQL, .NET (.NET 3.5), LINQ, Architect, DBA, Dev, Design
    Don Kackman 4.79
    LINQ to World Wide Web (www) - A different flavor of LINQ
    Updated: 9 Jun 2009  
    LINQ to World Wide Web is an useful tool to query REST like web sites.
    C# 3.0.NET 3.0, .NET 3.5, XAML, WPF, LINQ, Architect, Dev
    Bharath K A 4.77
    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
    C# (C# 3.0), VB (VB 9.0), SQL, Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 3.0, .NET 3.5), SQL Server (SQL 2005, SQL CE), Visual Studio (VS2008), LINQ, Architect, DBA, Dev
    Matt Sollars 4.77
    Outlook Type Address Book in C#, LINQ, XML with Menu and ToolBar
    Updated: 28 Aug 2009  
    Outlook type Address Book in C#, LINQ, XML with Menu and ToolBar
    C# (C# 1.0, C# 2.0, C# 3.0), Windows (WinXP, Win2003, Vista), LINQ
    Nadeem Alvi 4.75
    LINQ to Life
    Updated: 6 Mar 2008  
    Using LINQ to improve everyday code
    C# (C# 3.0), .NET (.NET 3.5), Architect, Dev
    futureturnip 4.68
    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# (C# 3.0), Windows, .NET (.NET 3.5), Visual Studio, WPF, LINQ, Architect, Dev, Design
    Henrik Jonsson 4.67
    Make it easy: Convert CSV files to XML with LINQ
    Updated: 19 Jan 2009  
    A small routine to convert a CSV file to a well formatted XML document using LINQ.
    C# (C# 2.0, C# 3.0), XML, Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 3.0, .NET 3.5), LINQ, Dev
    freedeveloper 4.67
    A LINQ Tutorial: Mapping Tables to Objects
    Updated: 12 Oct 2009  
    A beginner's LINQ tutorial that walks through mapping your SQL Server database tables and relationships to objects, and how to retrieve that data via simple LINQ queries.
    C# 3.0, Windows, .NET 3.5, WPF, LINQ, SQL 2008, Dev
    Hacker Chick 4.63
    Reusable Class to Generate Excel Files
    Updated: 20 Mar 2009  
    A class that generates an XML string as an Excel file
    C# (C# 1.0, C# 2.0, C# 3.0), Windows (WinXP, Win2003, Vista, Win2008), .NET (.NET 3.0, .NET 3.5), Office, ASP.NET, Visual Studio (VS2008), LINQ
    Sergio Romero 4.63
    Optimizing LINQ Queries using DataLoadOptions
    Updated: 5 Jul 2009  
    Optimizing LINQ Queries using DataLoadOptions
    C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), SQL, .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server (SQL 2000, SQL CE, SQL 2008), Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
    Shivprasad koirala 4.63
    Signum Framework Principles - Unedited
    Updated: 7 Apr 2009  
    Explains the philosphy behind Signum Framework, an ORM with a full LINQ Provider that encourages an enties-first approach.
    VB 9.0, Windows, .NET 3.5, ASP.NET, WCF, XAML, WPF, LINQ, VS2008, Architect, Dev
    Olmo del Corral 4.61
    LINQ FAQ for Newbie’s - Unedited
    Updated: 17 Jul 2009  
    LINQ FAQ for Newbie’s
    C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.0, .NET 3.5), LINQ, Architect
    Shivprasad koirala 4.61
    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, Windows, .NET 3.5, LINQ, VS2008, Dev
    Mohamed H. Elsherif 4.60
    Generic Data Points Series XML format and its validated loading with LINQ to XML
    Updated: 24 Apr 2009  
    How to express a series of generic data points in XML and read them without much pain.
    C#, XML, XSLT, .NET, LINQ, Dev
    Oleg V. Polikarpotchkin 4.60
    LINQ and Deploying SQL Server CE 3.5
    Updated: 28 May 2009  
    How to deploy SQL Server CE 3.5 with an application that uses LINQ for data access.
    Windows, .NET 3.5, .NET 4.0, LINQ, SQL CE, Dev
    Matt Sollars 4.60
    A Journey into Expressions
    Updated: 1 Nov 2008  
    A journey into Expressions
    C# 3.0.NET 3.5, LINQ, Architect, DBA, Dev
    Sacha Barber 4.59
    Parallel Extensions for the .NET Framework - Part I (Introduction & PLINQ)
    Updated: 14 Nov 2008  
    This article introduces PFX for the .NET Framework and discusses PLINQ.
    C#, .NET (.NET 3.5)
    andy404 4.58
    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
    SQL, C# 3.0, Windows, .NET 3.5, ADO.NET, LINQ, Dev
    S. M. SOHAN 4.56
    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, Windows, .NET 3.5, LINQ, VS2008, Dev
    Mohamed H. Elsherif 4.55
    CRUD Operations using LINQ Entities
    Updated: 11 Jul 2009  
    CRUD operations using LINQ Entities
    C#, .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server, Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
    Shivprasad koirala 4.50
    Converting anonymous types to any type
    Updated: 2 Aug 2009  
    How to convert LINQ to SQL anonymous types to a specified type.
    C#.NET 3.0, .NET 3.5, ASP.NET, LINQ, Dev
    Ed Guzman 4.50
    LINQ to SAP
    Updated: 17 Jul 2008  
    How to use LINQ to connect to a SAP/R3 system.
    C# (C# 3.0), .NET (.NET 3.5), Visual Studio (VS2008), LINQ, SAP, Architect, Dev, Design
    Juergen Baeurle 4.48
    re-linq|ishing the Pain: Using re-linq to Implement a Powerful LINQ Provider on the Example of NHibernate - Unedited
    Updated: 4 Sep 2009  
    This article shows how to use the open source re-linq library to easily implement a powerful LINQ provider on the example of LINQ to NHibernate HQL.
    C#, .NET (.NET 3.5), LINQ, Dev
    Markus Giegl 4.45
    LINQ to Text or CSV Files - Part 1
    Updated: 1 Jan 2009  
    A simple utility to LINQ against CSV files
    C# 3.0.NET 3.0, .NET 3.5, LINQ, Architect, Dev
    Alomgir Miah A 4.45
    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# (C# 3.0), .NET, LINQ, Dev
    Dmitri Raiko 4.45
    LINQ FAQ Part 2 - Unedited
    Updated: 28 Jul 2009  
    LINQ FAQ Part 2
    C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server (SQL 2000, SQL 2005, SQL CE, SQL 2008), Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
    Shivprasad koirala 4.44
    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# (C# 1.0, C# 2.0, C# 3.0), LINQ, Dev
    handcraftsman 4.43
    A Generic Run-time LINQ-based Multi-level Object Sorter
    Updated: 25 Oct 2009  
    A Generic helper function that dynamically sorts objects by properties of the object that aren't known at compile-time
    C#, .NET (.NET 3.5), LINQ, Dev
    Michael D Bray 4.43
    LINQ to XML - Unedited
    Updated: 14 Mar 2008  
    An exploration of LINQ and XML in .NET Framework 3.5
    C# (C# 3.0), XML, .NET (.NET 3.5), Architect, Dev
    Mark Nischalke 4.42
    Using LINQ to Calculate Basic Statistics
    Updated: 26 Oct 2009  
    Extension methods for variance, standard deviation, range, median, and mode.
    C# 3.0, C# 4.0.NET 3.5, .NET 4.0, LINQ, Dev
    Don Kackman 4.42
    An ASP.NET Data Layer Base Class for LINQ Disconnected Mode
    Updated: 14 Mar 2009  
    Quickly and easily implement your LINQ Data Layer with this abstract class
    XHTML, C# 3.0.NET 3.0, .NET 3.5, ASP.NET, LINQ, Architect, Dev, Design
    Adrian Grigore 4.38
    How To: LINQ To SQL Transformation
    Updated: 9 Jan 2008  
    An article on LINQ To SQL Transformations.
    C# (C# 3.0), .NET (.NET 3.5), SQL Server, LINQ, Dev
    Jahmani 4.38
    How to improve your LINQ query performance by 5 X times ? - Unedited
    Updated: 16 Jul 2009  
    How to improve your LINQ query performance by 5 X times ?
    C#, .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server, Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
    Shivprasad koirala 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, LINQ, Dev
    Zeeshan Jafar Hirani 4.36
    LINQ to XSD
    Updated: 6 Nov 2008  
    How to use LINQ through XSD and XML
    C#, XML, Windows, .NET 3.5, XAML, LINQ
    Le Sourcier 4.33
    Sort IEnumerableT by column name
    Updated: 14 Apr 2009  
    Extension method overload of OrderBy which uses column name instead of lambda.
    C#.NET 3.5, LINQ, Dev
    Troy Beacleay 4.33
    GroupBy Multiple Values in LINQ
    Updated: 23 Apr 2009  
    A simple example to show you how to GroupBy Multiple Values using LINQ
    C#, VB, LINQ
    merlin981 4.33
    Understanding LINQ (C#)
    Updated: 12 Jun 2007  
    An article describing the new language features of LINQ
    C# 2.0, C# 3.0, Windows, .NET 2.0, .NET 3.0, Visual Studio, LINQ, Dev
    Amro Khasawneh 4.32
    Comparing DataSets using LINQ
    Updated: 13 Oct 2008  
    Comparing DataSets in Visual Studio 2008 using LINQ.
    C#, Windows (WinXP, Win2003, Vista), ADO.NET, LINQ, Dev
    Y Kasan 4.32
    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
    VB, .NET (.NET 3.5), Visual Studio (VS2008), Dev
    salysle 4.29
    An Introduction to LINQ to XML
    Updated: 14 Sep 2009  
    An article on LINQ to XML
    C#, XML, .NET (.NET 3.5), LINQ, Dev
    Abhishek D V 4.29
    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
    C#, Windows, .NET (.NET 3.5), Visual Studio (VS2008)
    salysle 4.28
    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.
    C# (C# 2.0), .NET CF, .NET (.NET 2.0), LINQ, Dev
    Qwertie 4.27
    How To Handle Concurrency in LINQ to SQL?
    Updated: 19 Jul 2009  
    How to handle concurrency in LINQ to SQL?
    C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server (SQL 2000, SQL 2005, SQL CE, SQL 2008), Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
    Shivprasad koirala 4.24
    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.
    C# (C# 3.0), Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 3.5), Architect, Dev
    Yazeed Hamdan 4.20
    Nested Set Model Treebuilder
    Updated: 17 Apr 2009  
    An IEnumerable extension method to build a hierarchical tree from your NSM data
    C#, .NET (.NET 3.5), LINQ, Dev
    Troy Beacleay 4.20
    Leveraging LINQ to XML: Querying an obfuscation map
    Updated: 5 Oct 2009  
    Practical use of LINQ to XML technology.
    XML, C# 1.0, C# 2.0, C# 3.0, Windows, .NET 3.0, .NET 3.5, LINQ
    Alexander Yegorov 4.20
    Leveraging LINQ to XML: Querying an obfuscation map: Part 2
    Updated: 5 Oct 2009  
    A practical use of the LINQ to XML technology.
    C# 1.0, C# 2.0, C# 3.0, Windows, .NET 3.0, .NET 3.5, .NET 4.0, LINQ
    Alexander Yegorov 4.20
    LINQ FAQ Part 3 - Unedited
    Updated: 28 Jul 2009  
    LINQ FAQ Part 3
    C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server (SQL 2000, SQL 2005, SQL CE, SQL 2008), Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
    Shivprasad koirala 4.19
    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, ADO.NET, LINQ, Dev
    Jahmani 4.18
    LINQ Transactions using a Custom Base Datacontext
    Updated: 6 Apr 2008  
    How to simplify LINQ Transactions using a custom base Datacontext
    C# (C# 3.0), VB 9.0, Windows, .NET (.NET 3.5), Visual Studio (VS2008), ADO.NET, LINQ, Architect, Dev, Design
    Michael Piccolo 4.09
    How To: LINQ To SQL Transformations - Part II
    Updated: 9 Jan 2008  
    An article on LINQ To SQL Transformations.
    C#, SQL, .NET (.NET 3.5), SQL Server, LINQ, Dev
    Jahmani 4.06
    Tips for LINQ: Fill any generic List from a DataTable
    Updated: 3 Mar 2009  
    This article shows how to populate any generic list from a DataTable.
    SQL, C# 2.0, C# 3.0.NET 2.0, .NET 3.0, .NET 3.5, ADO.NET, LINQ, Dev
    Santiago Sanchez 4.05
    Simple 6 steps to use stored procedure in LINQ - Unedited
    Updated: 7 Jul 2009  
    Simple 6 steps to use stored procedure in LINQ
    C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server (SQL 2000, SQL 2005, SQL CE, SQL 2008), Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
    Shivprasad koirala 4.05
    LINQ in Multi-tier Applications
    Updated: 25 Apr 2008  
    Transfer data between LINQ entity classes and your own data transfer objects efficiently
    C# (C# 3.0), .NET (.NET 3.5), LINQ, Architect, DBA, Dev
    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
    C# (C# 1.0, C# 2.0, C# 3.0), SQL, Windows (Win2K, WinXP, Win2003, Vista, TabletPC, Embedded), Visual Studio (VS.NET2003, VS2005, VS2008), LINQ, Architect, DBA, Dev, Design
    WinSpace 4.02
    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.
    C#, .NET (.NET 3.5), Dev
    salysle 4.00
    Implementing Simple SQL Group by Functionality with LINQ Technology on a DataSet
    Updated: 26 Jul 2008  
    A simple SQL group by functionality is implemented with LINQ
    C#.NET 3.0, .NET 3.5, LINQ, Architect, Dev
    Sunil Yenugudati 4.00
    How to Read Twitter Feeds With LINQ to XML
    Updated: 19 Apr 2009  
    Twitter feeds are provided in RSS XML format. This makes it very easy for us to parse out the information we want from a feed using LINQ to XML.
    C#, LINQ, Dev
    merlin981 4.00
    Insides of LINQ
    Updated: 17 Jun 2008  
    This article describes LINQ and other related language extensions.
    C# (C# 2.0, C# 3.0), .NET (.NET 2.0, .NET 3.0), LINQ, Dev
    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 (VB 7.x, VB 8.0, VB 9.0, VB 6), XML, .NET (.NET 3.5), ASP.NET, Visual Studio (VS2008), WebForms, LINQ, Dev
    Ravindranath Maddela 3.91
    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.
    C#, .NET (.NET 3.5), Visual Studio (VS2008), Dev
    salysle 3.87
    LINQing the Reflection
    Updated: 15 Sep 2009  
    Using LINQ with reflection with minimum coding to access the members dynamically
    C# (C# 1.0, C# 2.0, C# 3.0)
    karunappu 3.86
    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# (C# 3.0), ADO.NET, LINQ, Dev
    KshitijPandey 3.86
    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
    XML, XSLT, C# 3.0Win2K, WinXP, Win2003, Vista, .NET 3.5, LINQ, VS2008, Dev
    Xtek 3.83
    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
    C# 3.0, Windows, .NET 3.0, ADO.NET
    S. M. SOHAN 3.83
    Creating Master Detail representation of data display in Winforms using LINQ (C#) - Unedited
    Updated: 7 Dec 2008  
    Creating Master Detail representation of data display in Winforms using LINQ (C#)
    C#, .NET, LINQ, Dev
    Krishna Prasad RVS 3.82
    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.
    C# 3.0, Windows, .NET 3.5, ASP.NET, WinForms, WebForms, LINQ, VS2005, VS2008, Dev
    Paul Welter 3.79
    How To LINQ To SQL: Part III
    Updated: 10 Jan 2008  
    How to LINQ To SQL: The Executor.
    C#, SQL, .NET (.NET 3.5), SQL Server, LINQ, Dev
    Jahmani 3.77
    Using LINQ to SQL in N-Tier Architectures
    Updated: 27 Feb 2009  
    How to use LINQ to SQL in N-Tier architectures.
    C# 3.0.NET 3.5, WCF, WinForms, LINQ, SQL 2005, SQL 2008, Architect, Dev
    emad_awad 3.75
    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.
    C#.NET 3.5, LINQ, VS2008, Dev
    Gayani Devapriya 3.71
    LINQ Extension Method to Return a Unique List Based on a Key
    Updated: 5 Dec 2008  
    LINQ Extension method to return a Unique List based on a key
    C#, LINQ, Dev
    Stephen Inglish 3.67
    Migration strategy for simple .NET classes to LINQ classes - Unedited
    Updated: 26 Jul 2009  
    Migration strategy for simple .NET classes to LINQ classes
    C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server (SQL 2000, SQL 2005, SQL CE, SQL 2008), Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
    Shivprasad koirala 3.67
    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.
    VB, Windows, .NET (.NET 3.5), Visual Studio (VS2008), WinForms, Dev
    salysle 3.60
    One-Many and One-One relationship using LINQ to SQL - Unedited
    Updated: 5 Jul 2009  
    One-Many and One-One relationship using LINQ to SQL
    C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), SQL, .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, SQL Server (SQL 2000, SQL 2005, SQL CE, SQL 2008), Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), ADO.NET, LINQ, MySQL, Architect
    Shivprasad koirala 3.60
    Typed DataSet LINQ Entities
    Updated: 21 Apr 2008  
    Converting a Typed DataSet to and from LINQ entities.
    C# (C# 3.0), .NET (.NET 3.0, .NET 3.5), Visual Studio, ADO.NET, WinForms, LINQ, Dev
    Sarafian 3.50
    Using SQLMetal code generator tool for LINQ to SQL - Unedited
    Updated: 20 Apr 2009  
    Using SQLMetal code generator tool for LINQ to SQL
    C#, .NET, LINQ, Architect, DBA, Dev
    Ritesh Ramesh 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#, Windows, .NET, ASP.NET, LINQ, DBA, Dev
    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# (C# 3.0), Windows, LINQ, Dev
    Shannon Deminick 3.44
    Free your model from view-imposed restraints with Entity Framework Interceptors - Unedited
    Updated: 2 May 2009  
    Implementing Business Logic, Logging and Validation for the Entity Framework
    C# (C# 3.0), .NET (.NET 3.5), Visual Studio (VS2008), ADO.NET, LINQ, Architect, Dev, Design
    Kurt Evenepoel 3.40
    LINQ: .NET Language-Integrated Query
    Updated: 26 Aug 2007  
    General-purpose query added to the .NET Framework, LINQ, Lambda Expression, Extension Method
    C# 2.0, C# 3.0, Windows, .NET 2.0, .NET 3.0, .NET 3.5, Visual Studio, LINQ, Dev
    Sumit Jain 3.38
    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
    VB (VB 9.0), .NET (.NET 3.0), Dev
    Bob Housedorf 3.29
    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.
    C# (C# 3.0), Windows, .NET (.NET 3.0, .NET 3.5), LINQ, Dev
    davehamdan 3.25
    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# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.5), Visual Studio (VS2008), LINQ, Dev
    NaveenPrabhu 3.20
    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# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.0, .NET 3.5), LINQ, Dev
    Bruce Zhang 3.00
    How to Use LINQ GroupBy
    Updated: 19 Apr 2009  
    How to use the LINQ GroupBy feature.
    C#, LINQ, Dev
    merlin981 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
    C# 2.0, Windows, .NET 3.0, LINQ, VS2005, Dev
    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, LINQ, Dev
    Zeeshan Jafar Hirani 2.93
    LINQ recipe: Split a fixed-width row into a string array
    Updated: 16 Oct 2009  
    Need to process a fixed-width file? LINQ makes it easy!
    C#, Windows, .NET, LINQ, Dev
    Jonathan Franks 2.67
    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# (C# 3.0), .NET, LINQ, Dev
    RohitOn.Net 2.33
    How To Run SQL Statement from LINQ
    Updated: 30 Mar 2009  
    An article on how to run SQL statement from LINQ
    C# 3.0, LINQ
    eng \ ahmed farag 2.29
    Read XML with Namespace resolution using XLinq.XElement - Unedited
    Updated: 13 Nov 2008  
    Read XML with Namespace resolution using XLinq.XElement
    C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.5)
    Ashish Mundra 1.77
    Accessing data using Language Integrated Query (LINQ) in ASP.NET web pages – Part 1
    Updated: 2 Feb 2008  
    Access various types of data using the LinqDataSource control in ASP.NET.
    SQL, C# 1.0, C# 2.0, C# 3.0.NET 3.5, ASP.NET, LINQ, Dev
    Balamurali Balaji 1.73
    Search XML records with Operators using LINQ - Unedited
    Updated: 29 Oct 2008  
    This sample shows how tosearch xml file records using LINQ
    C# (C# 1.0, C# 2.0, C# 3.0), Windows, .NET (.NET 3.0, .NET 3.5), LINQ, Architect, Dev
    MicrosoftTechnologist 1.00
    RSS Enclosure Downloader - Unedited
    Updated: 3 Jun 2008  
    Using Linq to XML to download RSS enclosures
    VB (VB 7.x, VB 8.0, VB 9.0, VB 6)
    Darren Fieldhouse  
    How to Use LINQ GroupBy
    Updated: 9 Apr 2009  
    The GroupBy feature in LINQ is amazing and very powerful. Here are a few sample usages.
    C#, .NET, LINQ, Dev
    merlin981  
    GroupBy Multiple Values in LINQ
    Updated: 23 Apr 2009  
    A simple example to show how to GroupBy Multiple Values using LINQ
    C#, VB, LINQ, Dev
    merlin981  
    Use LINQ to Create Music Playlists – Revisited
    Updated: 27 Apr 2009  
    A re-write of a previous article. Still using LINQ, but incorporating much more in this iteration 2 version.
    C# (C# 3.0), Windows (WinXP, Win2003, Vista), .NET (.NET 3.5), Visual Studio (VS2008), XAML, WPF, LINQ, Dev
    davehamdan  
    LINQ to SQL for the Beginner
    Updated: 17 Jul 2009  
    An introductory examination of the C# 3.0 LINQ to SQL technology.
    C# 1.0, C# 2.0, C# 3.0, .NET, LINQ, Dev
    logicchild  
    LinQ To Xml retrieve element value by its attribute - Unedited
    Updated: 27 Jul 2009  
    LinQ To Xml retrieve element value by its attribute
    C# (C# 1.0, C# 2.0, C# 3.0), ASP.NET, LINQ
    Dev.Action  

    Last Updated 7 Nov 2009
    Advertise | Privacy
    Copyright © CodeProject, 1999-2009
    All Rights Reserved. Terms of Use