|
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, Win7), .NET (.NET3.0, .NET3.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, Win7, LINQ, Architect, Dev
|
Eric J. Smith, Shannon Davidson |
5.00 |
|
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, .NET3.0, .NET3.5, LINQ
|
Alexander Yegorov |
5.00 |
|
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, .NET3.0, .NET3.5, .NET4.0, LINQ
|
Alexander Yegorov |
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 (VB10), .NET (.NET3.5), LINQ, All-Topics, Dev, Design
|
Cyborgx37 |
5.00 |
|
How to serialize list of linq entities (ex. from DBML)
- Unedited
Updated: 10 Dec 2009
Today I was trying to save list of entities those were generated by DBMLThis code shows how you can store your list in XML string and put it in ViewState, after that you get your list back.Using the CodeYou can use this code as you need.Here is class Serializatorpublic class...
C#, .NET (.NET3.5, .NET4.0), LINQ
|
EuGenius_Krivbass |
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 (.NET3.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 (.NET3.5), Dev
|
Matt Perdeck |
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 (.NET2.0, .NET3.0, .NET3.5), WinForms, LINQ, Dev
|
Jahmani |
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 |
|
Dynamically evaluated SQL LINQ queries
Updated: 12 Nov 2009
Extension methods to evaluate plain text SQL queries against IEnumerable collections.
C# (C#4.0), .NET (.NET4.0), LINQ, Architect, Dev
|
Don Kackman |
4.86 |
|
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 (.NET3.5), LINQ, Dev
|
dave.dolan |
4.85 |
|
SqlLinq: Taking LINQ to SQL in the Other Direction
Updated: 12 Nov 2009
Parsing SQL statements to create LINQ Expressions.
SQL, C#3.0.NET3.5, LINQ, Architect, DBA, Dev
|
Don Kackman |
4.82 |
|
A LINQ Tutorial: Mapping Tables to Objects
Updated: 12 Dec 2009
A beginner's LINQ tutorial that walks you 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, .NET3.5, WPF, LINQ, SQL2008, Dev
|
Hacker Chick |
4.78 |
|
LINQ Challenges and SQL Server Compact Edition
Updated: 25 Mar 2008
Overcoming challenges with LINQ to SQL and using LINQ with SQL Server Compact Edition.
SQL, C#3.0, VB9.0Win2K, WinXP, Win2003, Vista, .NET3.0, .NET3.5, LINQ, SQL2005, SQL-CE, VS2008, 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.76 |
|
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.NET3.0, .NET3.5, XAML, WPF, LINQ, Architect, Dev
|
Bharath K A |
4.69 |
|
re-linq|ishing the Pain: Using re-linq to Implement a Powerful LINQ Provider on the Example of NHibernate
- Unedited
Updated: 18 Jan 2010
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 (.NET3.5), LINQ, Dev
|
Markus Giegl |
4.69 |
|
LINQ to Life
Updated: 6 Mar 2008
Using LINQ to improve everyday code
C# (C#3.0), .NET (.NET3.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 (.NET3.5), Visual-Studio, WPF, LINQ, Architect, Dev, Design
|
Henrik Jonsson |
4.67 |
|
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 (.NET3.0, .NET3.5), Office, ASP.NET, Visual-Studio (VS2008), LINQ
|
Sergio Romero |
4.67 |
|
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, .NET3.5, .NET4.0, LINQ, SQL-CE, Dev
|
Matt Sollars |
4.67 |
|
LINQ to SQL Tips and Tricks
Updated: 5 Dec 2009
This article describes a set of tips and tricks for LINQ to SQL
C#, .NET, LINQ
|
Alexandru Cibotari |
4.67 |
|
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 (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, SQL-Server (SQL2000, SQL-CE, SQL2008), Visual-Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
|
Shivprasad koirala |
4.65 |
|
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.
VB9.0, Windows, .NET3.5, ASP.NET, WCF, XAML, WPF, LINQ, VS2008, Architect, Dev
|
Olmo del Corral |
4.61 |
|
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, .NET3.5, ADO.NET, LINQ, Dev
|
S. M. SOHAN |
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 (.NET3.0, .NET3.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, VB9.0, Windows, .NET3.5, LINQ, VS2008, Dev
|
Mohamed H. Elsherif |
4.60 |
|
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 (.NET3.5)
|
andy404 |
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 |
|
A Journey into Expressions
Updated: 1 Nov 2008
A journey into Expressions
C#3.0.NET3.5, LINQ, Architect, DBA, Dev
|
Sacha Barber |
4.58 |
|
A LINQ Tutorial: WPF Data Binding with LINQ to SQL
Updated: 11 Dec 2009
A tutorial and application on using WPF Data Binding with LINQ to SQL classes. This is part 3 of a three-part tutorial on using LINQ to SQL.
C#, Windows, .NET3.5, WPF, LINQ, SQL2008, Dev
|
Hacker Chick |
4.58 |
|
LTS Data Access Layer
- Unedited
Updated: 6 Dec 2009
With LINQ-to-SQL, how many methods do we need for CRUD operations in ALL of the tables in a database? The answer is 4 - no kidding.
C#, .NET, LINQ
|
AssassinX189 |
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, VB9.0, Windows, .NET3.5, LINQ, VS2008, Dev
|
Mohamed H. Elsherif |
4.55 |
|
A LINQ Tutorial: Adding/Updating/Deleting Data
Updated: 11 Dec 2009
A tutorial that walks through adding/updating/deleting data in your database with LINQ to SQL while keeping your class relationships (M:M, 1:M, and M:1) synchronized.
C#3.0, Windows, .NET3.5, WPF, LINQ, SQL2008, Dev
|
Hacker Chick |
4.53 |
|
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 (.NET3.5), Architect, Dev
|
Mark Nischalke |
4.51 |
|
CRUD Operations using LINQ Entities
Updated: 11 Jul 2009
CRUD operations using LINQ Entities
C#, .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.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#.NET3.0, .NET3.5, ASP.NET, LINQ, Dev
|
Ed Guzman |
4.50 |
|
Diff in XML files with LINQ
Updated: 27 Nov 2009
Change detection in XML files with LINQ.
C#, XML, .NET, LINQ
|
ZPeh |
4.50 |
|
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.NET3.5, .NET4.0, LINQ, Dev
|
Don Kackman |
4.48 |
|
LINQ to SAP
Updated: 17 Jul 2008
How to use LINQ to connect to a SAP/R3 system.
C# (C#3.0), .NET (.NET3.5), Visual-Studio (VS2008), LINQ, SAP, Architect, Dev, Design
|
Juergen Baeurle |
4.48 |
|
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 to Text or CSV Files - Part 1
Updated: 1 Jan 2009
A simple utility to LINQ against CSV files
C#3.0.NET3.0, .NET3.5, LINQ, Architect, Dev
|
Alomgir Miah A |
4.44 |
|
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 (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), 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 (.NET3.5), LINQ, Dev
|
Michael D Bray |
4.43 |
|
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.NET3.0, .NET3.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 (.NET3.5), SQL-Server, LINQ, Dev
|
Jahmani |
4.38 |
|
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 (.NET3.5), Visual-Studio (VS2008), Dev
|
salysle |
4.37 |
|
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 (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, SQL-Server, Visual-Studio (VS.NET2003, VS2005, VS2008, VS2010), LINQ, Architect
|
Shivprasad koirala |
4.37 |
|
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 |
|
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), .NETCF, .NET (.NET2.0), LINQ, Dev
|
Qwertie |
4.35 |
|
Understanding LINQ (C#)
Updated: 12 Jun 2007
An article describing the new language features of LINQ
C#2.0, C#3.0, Windows, .NET2.0, .NET3.0, Visual-Studio, LINQ, Dev
|
Amro Khasawneh |
4.35 |
|
LINQ to XSD
Updated: 6 Nov 2008
How to use LINQ through XSD and XML
C#, XML, Windows, .NET3.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#.NET3.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 |
|
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 |
|
An Introduction to LINQ to XML
Updated: 14 Sep 2009
An article on LINQ to XML
C#, XML, .NET (.NET3.5), LINQ, Dev
|
Abhishek D V |
4.29 |
|
Automatic Event Logging in LINQ
Updated: 30 Nov 2009
An event logging class, and an auto-logging LINQ DataContext descendant built around it.
SQL, C#3.0.NET3.5, LINQ, DBA, Dev
|
David H. Smith |
4.27 |
|
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 (.NET3.5), Visual-Studio (VS2008)
|
salysle |
4.26 |
|
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 (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), 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 (.NET3.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 (.NET3.5), LINQ, Dev
|
Troy Beacleay |
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 (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), 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 |
|
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.NET3.5, WCF, WinForms, LINQ, SQL2005, SQL2008, Architect, Dev
|
emad_awad |
4.17 |
|
LINQ to Visual Studio Solution
Updated: 1 Dec 2009
Search properties of projects within a solution using LINQ.
C#, Windows, LINQ, Dev
|
joelwms |
4.16 |
|
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), VB9.0, Windows, .NET (.NET3.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 (.NET3.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.NET2.0, .NET3.0, .NET3.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 (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), 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 (.NET3.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 (.NET3.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#.NET3.0, .NET3.5, LINQ, Architect, Dev
|
Sunil Yenugudati |
4.00 |
|
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 (.NET3.0, .NET3.5), LINQ, Dev
|
freedeveloper |
4.00 |
|
How to Use LINQ GroupBy
Updated: 19 Apr 2009
How to use the LINQ GroupBy feature.
C#, LINQ, Dev
|
merlin981 |
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 |
|
Inside a 'LINQ to SQL classes' file
- Unedited
Updated: 6 Dec 2009
Explore the essence of an 'LTS classes' file, the classes it generates, and how it connects the object model to the database model...
C#, VB, SQL, .NET, Visual-Studio, LINQ, Dev
|
AssassinX189 |
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 (.NET2.0, .NET3.0), LINQ, Dev
|
Tariq A Karim |
3.94 |
|
Lambda Expression in C# 3.0
- Unedited
Updated: 8 Feb 2010
Lambda Expression is the one of the best feature of the C# 3.0.
C# (C#3.0, C#4.0), Windows, .NET (.NET3.0, .NET3.5, .NET4.0), Visual-Studio (VS2008, VS2010), LINQ, Architect, Dev
|
Shakeel Iqbal |
3.94 |
|
Bulk INSERT / UPDATE / DELETE in LINQ to SQL
Updated: 22 Jan 2010
This article discusses SET based operations involving INSERT / UPDATE and DELETE using LINQ to SQL.
C#, SQLMono, .NET3.5, SQL-Server, LINQ, DBA, Dev, QA
|
Muhammad Shujaat Siddiqi |
3.93 |
|
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.
VB6, VB (VB7.x, VB8.0, VB9.0), XML, .NET (.NET3.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 (.NET3.5), Visual-Studio (VS2008), Dev
|
salysle |
3.88 |
|
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 |
|
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 (.NET3.5), Visual-Studio (VS2008), ADO.NET, LINQ, Architect, Dev, Design
|
Kurt Evenepoel |
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, .NET3.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, .NET3.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, .NET3.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 (.NET3.5), SQL-Server, LINQ, Dev
|
Jahmani |
3.77 |
|
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 (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), 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 (.NET3.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 (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, .NET4.0), ASP.NET, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), 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 (.NET3.0, .NET3.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 |
|
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, .NET2.0, .NET3.0, .NET3.5, Visual-Studio, LINQ, Dev
|
Sumit Jain |
3.38 |
|
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#.NET3.5, LINQ, VS2008, Dev
|
Gayani Devapriya |
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 (VB9.0), .NET (.NET3.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 (.NET3.0, .NET3.5), LINQ, Dev
|
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# (C#1.0, C#2.0, C#3.0), .NET (.NET3.0, .NET3.5), LINQ, Dev
|
Bruce Zhang |
3.00 |
|
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 (.NET3.5), Visual-Studio (VS2008), LINQ, Dev
|
NaveenPrabhu |
3.00 |
|
Immediate Loading Relational Data in LINQ to SQL
- Unedited
Updated: 20 Jan 2010
In LINQ to SQL the relational data is loading only when we refer that data, other terms its lazy loading of data.But we can load relational data ,suppose we have an Employee Table and also having an Employee details table related to Employee Table, we can load that relational data using...
.NET, LINQ
|
Arun Jacob |
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, .NET3.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 "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.75 |
|
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 |
|
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 |
|
Getting Property Name using LINQ
- Unedited
Updated: 7 Feb 2010
Sometimes we want to compare the property names like,if (e.PropertyName == "FirstName"){//Do Something}But this is not type safe. If we change the property name then this won’t work as expected and also it won’t throw compile time error. For getting property name for Type safe...
C#, .NET, LINQ
|
Arun Jacob |
2.20 |
|
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 (.NET3.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.NET3.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 (.NET3.0, .NET3.5), LINQ, Architect, Dev
|
MicrosoftTechnologist |
1.00 |
|
RSS Enclosure Downloader
- Unedited
Updated: 3 Jun 2008
Using Linq to XML to download RSS enclosures
VB6, VB (VB7.x, VB8.0, VB9.0)
|
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 (.NET3.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 |
|
|
OfficeQuery using XLINQ
Updated: 17 Jan 2010
Using XLINQ to search through a Word2007 zipped document.
C#, XML, .NET, Office, LINQ, Dev
|
Danny Hauptman |
|
|