Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Cascade Delete Rule in EF 4.1 Code First when using Shared Primary Key Association

Multiple DbContexts in N-Tier Application

Entity Framework and dynamic order by statements

sql entity-framework-4.1

Entity Framework Code First Class with parent and children of same type as it's own class

Migration from NHibernate to Entity Framework 4.1?

Entity Framework EF4.1 - stored procedure "could not be found in the container"

Get time only of datetime

what is advantage of CodeFirst over Database First?

EF + generic repository + loading related entity: only explicit load works

SQLite.NET Performance Using SQLiteParameter with LIKE operator

EF 4.1 EntityType has no key - composite

Entity Framework, Code First modeling and a cyclical reference

literal or constant as part of composite key in EF code first

Can I disable automatic relationships in Entity Framework Code First?

Entity Framework Oracle and Sql Server - how to build a database independent application

Eager loading in EntityFramework with DbContext.Database.SqlQuery

Entity Framework Code First IQueryable

c# entity-framework-4.1

C# to F# - EF Code First

How do I turn off change tracking at the DbContext level in EF 4.1 RC?

How to use Entity Framework 4.1 Code First to force a one to one relationship for a one to many relationship in the database