Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

LINQ Left join on nullable column giving null reference exception

Find an exact word in a string

c# string linq-to-entities

Linq select Distinct by two properties

Entity Framework Code First One-To-Many doing wrong queries?

How to apply dynamic filters for Linq-To-Entites and execute them server-side

Sorting by capital letters first

c# linq linq-to-entities

Entity Framework sort by Enum value alphabetically

Entity Framework 4 - How to cap the number of child elements from another table (connected via a foreign key)

Querying an Entity's child collections in Entity Framework 4.1

Creating a breadcrumb like hierarchy using LINQ

Sql query to Linq using subquery

Multiple value comparisons in Linq to SQL

Order items by custom order

Creating reusable Linq queries

Extension Method convertion to LINQ Expressions and Common Methods

Using Joins vs Entity associations

Why is LINQ to Entities making a subquery for me?

Can you select all child collections of a collection of entities as a single collection?