Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Select a range with Entity Framework

Entity framework - create the csdl, ssdl and msl files

entity-framework edmx

EntityFramework to Json workaround? ( A circular reference was detected while serializing an object of type...DynamicProxies) [duplicate]

EF Code First - Map Dictionary or custom type as an nvarchar

Entity Framework Code First Class with parent and children of same type as it's own class

Retrieving Data from database within the last 7 days using linq

Does EF caches entities between different instances of DbContext?

Handle exceptions in entity framework 4

c# sql entity-framework

There was an error running the selected generator . try rebuilding the project

Update Model From Database doesn't add new table from database

Is Deferred Execution in Asp.net MVC View a very bad thing?

Entity Framework EntityKey / Foreign Key problem

How to update an entity without a round-trip? (EF 4)

Does Entity Framework Use Reflection and Hurt Performance?

Differences when using IEnumerable and IQueryable as a type of ObjectSet

Convert IEnumerable in List<T>

Entity Framework 5 namespaces

Entity Framework - Only update values that are not null

c# linq entity-framework

Entity Framework 6 - Does not create tables when enabling Migrations

How to get Last Inserted ID if using Entity Framework