Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

In what scenarios do I need foreign keys AND navigation properties in entity framework

What is difference between dbcontext.Add and dbcontext.AddObject

c# .net entity-framework

EF - Cannot apply operator '==' to operands of type 'TId' and 'TId'

Do we still need stored procedures when using compiled queries?

Single or multiple repository classes?

How to write EF in linq to include comparison by lower case

c# linq entity-framework

How to relate objects from multiple contexts using the Entity Framework

c# .net entity-framework

What is the difference between a Navigation Property and an Association in EF?

Query generated by EF takes too much time to execute

Entity Framework 4 - lifespan/scope of context in a winform application

winforms entity-framework

MVC 3 EF 4.1 dbContext - Deleting one-to-many data object with non-nullable foreign-key relation

Unable to convert runtime connection string to its design-time equivalent

Entity Framework : Sharing entities across different DbContexts

Entity Framework update/insert multiple entities

EF Code First not generating table for ICollection<string>

Added code-first entity doesn't lazy-load properties

How to force EF code first to recreate databases?

Why does SqlAzureExecutionStrategy not handle error: 19 - Physical connection is not usable

Is this ReSharper "Access to disposed closure" warning something to worry about?

c# entity-framework

How to Clear() all elements from Entity Framework ICollection?