Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Stored procedure called from C# executes 6 times longer than from SQL Management studio

linq performance tsql

Creating reusable chunks of LINQ to SQL

linq linq-to-sql

how to create a pivot table with dynamic column using linq tree expression

Performance tuning C# permutations and SHA1 code

c# linq algorithm

.NET 4 Code Contracts: "requires unproven: source != null"

.net linq code-contracts

linq join with case condition

linq

To .Take() or not to .Take(), that is the question

.net linq .net-3.5 ienumerable

Group by DateTime.Date in Linq to SQL with EF 4.1

How to Query from Asp.Net Profile Properties using LINQ

Optimize SQL generated by LINQ Query in Entity Framework 4.1 with one-to-many associations

Is there a way to include locally cached items in query of DBSet?

c# .net linq entity-framework

C# LINQ and calculations involving large datasets

c# linq performance list

I have some problems with LINQ expression, OrderBy(), Skip(), Take() works incorrect

linq sql-order-by skip take

Is it necessary to always Select()... new{Anon}... AsEnumerable...Select(new EntityType{}) every time?

c# linq entity-framework-4

Nested Generic Lambdas in LINQ

Spatial Join in Entity Framework

Using LINQ to iterate combinations [duplicate]

combinations linq

Modify "model" to add relationships in LinqPad?

c# linq linqpad

WCF RIA - Query operator 'Count' is not supported

c# linq wcf-ria-services ria

How can I sort a list based on a user's selections in ASP.NET MVC?