Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Excessively high memory usage in .NET MVC/Entity Framework application

How to install NuGet-packages without internet connection?

Cannot be translated into a LINQ to Entities store expression

Entity Framework inserting child objects in the wrong order

EF 7 beta 6 : Entities with one to many relationships in EF 7

How can I refresh an Entity Framework connection without disposing of the context

c# entity-framework

`DbContext.Database.BeginTransaction` can't be nested?

Why is it required to reference EntityFramework.dll in the client project to make the DbContext IDisposable?

c# .net entity-framework

Mapping EF Entities to ViewModels maintaining ICollection and lazy loading

How to dispose Entity Framework Core in-memory database

Do ConnectRetryInterval and ConnectRetryCount Entity Framework SQL connection string settings interfer with Execution strategy?

Wpf application freezes - massive memory leak puzzle

EF6 OutOfMemoryException Evaluating Entity with varbinary(max) Property

What is the best way to use the .SaveChanges() method in ADO.Net Data Services?

Does Entity Framework/LINQ to SQL Data Binding use reflection?

Entity Framework: ObjectContext.ExecuteStoreQuery produces detached objects

c# .net entity-framework

EF4 POCO WCF Serialization problems (no lazy loading, proxy/no proxy, circular references, etc)

Can I mix Table per Hierarchy and Table per Type in Entity Framework?

Repository pattern and Navigation properties

Are Oracle Synonyms Supported in Entity Framework?

c# oracle entity-framework orm