Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

I'm changing my EF linq query to a stored procedure. Is there an easy way to setup complex mappings?

How to change an EF connection string, based on subdomain of MVC web site?

"EntityType has no key defined" exception although key is defined with HasKey

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)