Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Best way to call an instance method in Expression Trees?

c# linq expression-trees

How to insert only new records using Linq-to-SQL?

.net linq linq-to-sql insert

ASP.NET MVC + LINQ exception

get average Datetime from DB and subtract one Date from another

c# linq entity-framework

Really complex LINQ (to SQL) query example

.net linq linq-to-sql orm

How can i insert a new object to anonymous array?

c# linq

What does this LINQ query do?

c# linq

How to use where condition

c# linq dynamic

C# - Convert Implict Type to ObservableCollection

c# linq silverlight

Cannot iterate of a collection of Anonymous Types created from a LINQ Query in VB.NET

How can I do a multi level parent-child sort using Linq?

c# linq linq-to-sql sorting

Use LINQ to query nested OData collection

linq odata netflix

Why are my bound parameters all identical (using Linq)?

c# linq linq-to-sql binding

is it ok to use plinq ForAll for a bulk insert into database?

c# .net linq .net-4.0 plinq

OrderBy("it." + sort) -- Hard coding in LINQ to Entity framework?

linq entity sql-order-by

Creating an object with dynamic properties in C#

c# linq dynamic object

Can you map the results of a manual SQL query to objects in Entity Framework?

How can I bind my view model to a jqGrid?

LINQ and recursion

c# linq recursion

Like operator in Linq to DataTable?

c# linq linq-to-dataset