Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How do I select correct DbSet in DbContext based on table name

Entity framework uses a lot of memory

X Already contains a definition Y with EntityFramework? (simple database)

InvalidOperationException when calling SaveChanges in .NET Entity framework

c# .net entity-framework