Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Linq to entity - Call user defined method from query

linq entity-framework-4

LINQ Skip() Problem

c# sql linq

How to concatenate keys with values?

c# linq

LINQ to transform array [x0,y0, ..., xN, yN] into enumerable [p0, ..., pN]

c# .net linq

Access property in lambda expression from string when using LINQ

c# string linq lambda properties

linq projection element count

c# linq

Linq to entity framework error when using datetimeoffset

c# linq entity-framework

LINQ to SQL MAX in WHERE clause

LINQ to Entities Include() does not work

Get only one (last) record in one-to-many join with linq-to-entities

Using Skip and Take to pick up alternate items in an array

c# .net linq

MonoDroid, SQLite and LINQ

linq sqlite xamarin.android

Is there any way to create a LINQ query as a variable without having the data source (yet)?

how to check contents of collections(>2) are same

c# linq

Linq to Entities SqlFunctions.DateDiff not supported

List.Cast<> error "is a method which is not valid in the given context"

c# linq casting

Linq to entities parametrized constructor Datetime

linq datetime entities

Invalid cast from List<MyType> to IEnumerable<MyType> back to List<MyType>, why?

c# .net linq ienumerable

how to use LINQ to SQL with mySQL

c# mysql linq

Get max attribute value from XML using LINQ

c# linq linq-to-xml