Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Is there any way to reduce duplication in these two linq queries

c# linq entity-framework

Cache a Linq Query - is this possible?

Entity Framework Linq SelectMany with condition

c# linq entity-framework

Caching LINQ expressions by equality

c# linq caching

Entity Framework Generates different queries on different workstations

System.Void' is not a valid return type for a mapped stored procedure method

Split collection into objects based on condition and occurrence

c# .net arrays linq object

How to select last value from each run of similar items?

c# .net linq ienumerable

How to create an instance of a Nullable<T>?

c# linq generics reflection

Windows phone 8 MVVM Linq table Creates new instance on NotifyPropertyChanging

c# linq mvvm windows-phone-8

Where returns wrong record

c# linq entity-framework

Order by (asc|desc) in linq to SQL Server handles DateTime differently

Freeze a linq IQueryable (as a ToList().AsQueryable() would do)

c# linq entity-framework odata

Linq to SQL: Why decimal field get truncated on Insert?

Query c# List to limit children but return parents

c# linq

Is this possible in LINQ?

c# linq

LINQ select all items of all subcollections that contain a string

c# linq

LINQ query with two joins that worked in EF 6 gives error in EF 7

c# entity-framework linq join

Linq to SQL - Ignore search parameters that are null or zero

c# asp.net-mvc linq

Populating a list within a list in C# not using foreach loop. better way?