Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework : Sharing entities across different DbContexts

Entity Framework update/insert multiple entities

EF Code First not generating table for ICollection<string>

Added code-first entity doesn't lazy-load properties

How to force EF code first to recreate databases?

Why does SqlAzureExecutionStrategy not handle error: 19 - Physical connection is not usable

Is this ReSharper "Access to disposed closure" warning something to worry about?

c# entity-framework

How to Clear() all elements from Entity Framework ICollection?

Domain Driven Design, .NET and the Entity Framework

Cannot assign void to an implicitly-typed local variable

Can I specify the filename for a localdb database in entity framework 5?

My Seed() method is never called in Code First EF 5

Using LocalDB with Service Fabric

Check for pending migrations in Entity Framework?

Error CS1061: 'DbSet<T>' does not contain a definition for 'FromSql' and no extension method 'FromSql' accepting a first argument of type 'DbSet<T>'

big issue in converting string to datetime using linq-to-entities

Use Include() method in repository

Entity Framework and CROSS/OUTER APPLY

Exception when loading related objects. Entity Framework

Entity Framework and Transactionscope doesn't revert the isolation level after dispose of Transactionscope