Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Using Linq with WCF

DropDownList with LinqDataSource and an empty option

asp.net linq drop-down-menu

Clever tricks to find specific LINQ queries in SQL Profiler

sql-server linq profiler

Repository Pattern - MVC storefront

C# string manipulation problem

c# linq string

Datalist paging with linq

asp.net linq datalist

How to find duplicates in a List<T> quickly, and update the original collection

linq generics sorting

Infinite IEnumerable in a foreach loop

c# linq yield

linq - Substitute Non-Generic Lambda Expression for Generic Lambda Expression

c# linq lambda

How do I alter the contents of IDictionary using LINQ (C# 3.0)

c# .net linq c#-3.0 idictionary

Linq - calculate multiple averages in one query

c# sql linq average aggregates

Is LINQ generally slower than a equal SQL statement

linq

How do you dispose of IDisposableobject create inside of a Linq expression?

c# .net linq

Linq to SQL & Logical partitioning (DAL, BLL)

What is the equivalent of LINQ-to-SQL for Silverlight?

Simple way to return anonymous types (to make MVC using LINQ possible)

Selecting a XElement from a XDocument

c# xml linq linq-to-xml

Select only few columns in LINQ query

c# linq

Logic for displaying infinite category tree in nested <ul>s from Self Join Table

Is it possible to automatically prefix all table names in SQL Server and in LINQ to SQL?