Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Supported Linq for WCF Data Services

linq wcf-data-services

IEnumerable.Cast not calling cast overload

c# linq casting

Linq PredicateBuilder with conditional AND, OR and NOT filters

want a Query to make order by variable in Linq query

How do you return certain properties from a linq query, rather than complete objects?

Find the highest number in a set to be rounded down, and round it up instead

Rendering a hierarchy using LINQ?

Convert Linq ObjectQuery IQueryable to IEnumerable

linq

Linq OrderBy Any Property

c# linq .net-4.0 sql-order-by

How to get an element that has : in its name?

c# .net xml linq linq-to-xml

Linq with optional Where clauses and Sql Server CE

Does anyone know how to reproduce an NVL() function in linq

linq nvl

getting the ID of newly added recorded using linq to entities

linq linq-to-entities

Querying a DataTable using LINQ

c# .net linq ado.net datatable

Enabling LINQ for BindingListView<T>

c# winforms linq

Returning datasets from LINQ to SQL in a REST/WCF service

wcf linq

First? Single? Or Default?

c# linq entity-framework

LINQ Grouping Data Twice

c# linq group-by

Does Select followed by Where result in two iterations over the IEnumerable?

LINQ to SQL where in (lambda syntax)

c# linq lambda