Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How do I perform a SelectMany in C# query syntax using a many-to-many joining table?

c# linq entity-framework

What is the most efficient way to do comparisons involving many-many relationships with LINQ in EF 4.1?

Entity Framework and Code First Development

Entity Framework - Selective Condition on Included Navigation Property

error when using interfaces for Entity Framework (4.2) entities

What is the best way to write queries in Entity Framework

c# linq entity-framework

Entity Framework doesn't query derived classes - Error in DbOfTypeExpression

Does LINQ with a scalar result trigger the lazy loading

Paginating a linq query which uses OrderBy

c# linq entity-framework

Entity Framework Migrations with Multiple Web Config Transforms

EF Code First - creating database - Login failed for user

EF5:could not be created because the principal key columns could not be determined. Use the AddForeignKey fluent API to fully specify the Foreign Key

Does Entity Framework 6 support .Net 3.5?

.net entity-framework

Entity Framework with optional parameters?

How to cancel an async query the right way

How to get Oracle next sequence value in .NET Entity Framework?

"Rebasing" EF migrations

c# entity-framework

Entity framework migration not detecting any changes

Is there a way to map to immutable entities in entity framework?

How can I get my MultiSelectList to bind to my data model?