Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

How do I query an integer column for "starts with" in Entity Framework?

Why do I have to copy "this" when using LINQ in a struct (and is it OK if I do)?

c# linq struct

Using my own method with LINQ to Entities

c# linq entity-framework

Jaxb equivalent in C#

c# linq linq-to-xml jaxb

How to create a System.Linq.Expressions.Expression for Like?

c# linq lambda expression

What does LINQ-to-SQL Table<T>.Attach do?

Join between in memory collection and EntityFramework

When to use LINQ's .ToList() or .ToArray()

Linq to SQL - Don't fetch a particular column

.net linq linq-to-sql sqlmetal

Getting head and tail from IEnumerable that can only be iterated once

c# linq ienumerable

Parsing an Excel file in C#, the cells seem to get cut off at 255 characters... how do I stop that?

c# linq excel excel-2007 xlsx

Is it possible to express this code in LINQ?

c# linq

Gridview using a generic list as DataSource and Auto-generating columns

c# linq data-binding gridview

linq group by contiguous blocks

c# linq

In Linq, what is the opposite of .Select()?

c# linq

XAttribute default value if not existing on XElement

c# .net linq xelement xattribute

Enumerable.Cast<T> extension method fails to cast from int to long, why? [duplicate]

c# linq casting

Topological Sorting using LINQ

LINQ to Entities does not recognize the method 'System.Object GetValue(...)'

c# linq entity-framework-6

Updating multiple rows Linq vs SQL

.net sql linq