Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

How to update primary key from Entity Framework?

c# sql entity-framework

Is ObjectContext deprecated in .NET 4.5?

.net entity-framework

Linq - How to select items from a list that contains only items of another list?

c# linq entity-framework