Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Entity Framework UPDATE Operation - Why is child record updated first?

Sql trace using Entity Framework 4.1 against SQL Server CE 4

Stop EF Database Initialization for DefaultMembershipProvider

Sql Server Compact Edition concurrency / thread safety (i.e. not thread safe)

Optimize SQL generated by LINQ Query in Entity Framework 4.1 with one-to-many associations

ASP.NET MVC with EF 4.1 Navigation properties

Port From Entity Framework to MongoDB

Entity Framework 4.1 Ghost Columns

"... an error occured while updating the object context. The ObjectContext might be in an inconsistent state...."

Saving single objects with Entity Framework code first

Entity framework code first convert between class boolean and column integer

Organizationally, where should I put common queries when using Entity Framework Code First?

Using the Entry<TEntity>().CurrentValues.SetValues() is not updating collections