Search code examples
Is there an elegant way to repeat an action?...


c#.netlinq.net-4.0

Read More
list.Take(100).ToList() vs. list.GetRange(0,100)...


c#linq

Read More
Use LINQ to get items in one List<>, that are not in another List<>...


c#linq.net-3.5

Read More
Does C# 7 allow to deconstruct tuples in linq expressions...


c#linqtuplesc#-7.0

Read More
C# LINQ Substring...


c#visual-studiolinq

Read More
Use own IComparer<T> with Linq OrderBy...


c#linqsql-order-byicomparer

Read More
LINQ create sorting expression basis property of class, support in EF Core...


c#linq

Read More
How to use linq in jsondata in microsoft.clearscript.v8...


c#linqv8clearscript

Read More
Update records with Entity Framework without loading in first...


c#sqlentity-frameworklinq

Read More
dataclassesdatacontext' does not contain a constructor that takes 0 arguments?...


c#asp.netsqllinqlinq-to-sql

Read More
Value cannot be null. Parameter name: source...


c#entity-frameworklinqnullreferenceexception

Read More
Enabling Service Broker in SQL Server 2008...


asp.netlinqcachingdatacontextsqlcachedependency

Read More
using Linq with multiple where conditions...


linqlinq-to-entitiesoracle10g

Read More
asp.net mvc data logic structure...


c#asp.netasp.net-mvclinqasp.net-mvc-4

Read More
Linq Results of Where to Object Collection...


c#.netlinq

Read More
Filter items based on an IEnumerable<string>...


c#linq

Read More
Multiple cross reference table joins in linq...


c#linqcross-reference

Read More
LINQ getting an item <t> from a collection...


c#linqobservablecollection

Read More
How to display data from eight LINQ to SQL tables in a single view...


c#sqlasp.net-mvclinq

Read More
Add to a list of lists with a key in VB.NET...


vb.netlinqlistienumerable

Read More
print a linq group by query in asp.net mvc4...


c#asp.netlinqasp.net-mvc-4

Read More
How to count the number of code lines in a C# solution, without comments and empty lines, and other ...


c#.netlinq

Read More
How to join 3 tables with lambda expression?...


c#linqjoinlambda

Read More
How do I specify the Linq OrderBy argument dynamically?...


c#linq

Read More
Sorting is not working on Custom DataType (Currency Class) in C#...


c#.netlinqsortingoop

Read More
Use LINQ to get specific list from within a table...


c#linq

Read More
Linq to Entities - SQL "IN" clause...


.netlinqlinq-to-entitiesin-clause

Read More
string replace using Linq in c#...


linqstringreplaceusing

Read More
Order list by parent and child items...


c#.netlinq

Read More
The specified type member 'Date' is not supported in LINQ to Entities. Only initializers, en...


c#entity-frameworklinqlinq-to-entitiesdbfunctions

Read More
BackNext