Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

EF Code First thinks database is out of date -- only in production

Specify a cascading delete for parent / child relationships?

Changing from using EF code-first SQL Server Express approach to using standard Management Studio

Entity with many-to-many relationship creation fails after upgrading to RC

Cannot rename Discriminator column in Entity Framework 4.1 Code First database

How to configure EF Code First to not map a specific type?

C# Float to Real in SQL Server

How to convert ADO.net generic query to Entity Framework or Linq

EF 4.1 - Can't Associate One Entity with another Existing Entity (Nullable FK)

Updating record in EF 4.1

Transaction Deadlock and DBContext

c# entity-framework-4.1

What is the difference between that various data templates microsoft provides?

entity-framework-4.1

How do I eager load a grandparent record in EF 4.1

timeout in nested transactionscope

Database computed column not generating in EF 4.1

Reusing LINQ query results in another LINQ query without re-querying the database

Entity Framework - Make Category field not required