Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework - How do I join tables on non-primary key columns in secondary tables?

Entity framework 4 and multiple database

Entity Framework CTP 5 - Repository pattern - doing updates

entity-framework entity

Entity Framework Query - Get Objects in Specific Order

.net linq entity-framework

Debugging Entity Framework queries

EF 4.1 model first code generation tool or template

EF Code First Not Generating Tables

Linq sort child in query

Return Custom Object <List T> from Entity framework and assign to Object Data Source

.Skip().Take() on Entity Framework Navigation Properties is executing SELECT * on my SQL Server

Entity Framework data updates in a multi-user environment with central database

Why is Entity Framework missing the last s in a table that ends with 'Status'

entity-framework

Entity Framework not serviceable in my WebAPI Mvc4 solution

is StructureMap HttpContextScoped necessary?

How to use a dynamic connection string using a Model First approach but still use the data model in the EDMX?

LINQ to Entities Join on Nullable Field where Null Implies "Match All"

c# linq entity-framework

Best Practices | Where to put search logic if we have different repository for each entity [closed]

c# entity-framework

Foreign key between aggregate roots

Database default value is not inserted while create record by entity framework

Specification pattern with entity framework and using orderby and skip/take