Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Reload an entity and all Navigation Property Association- DbSet Entity Framework

Entity Framework 5 - DbContext Has Changes?

Entity Framework 4.1 InverseProperty Attribute

Entity Framework/MVC3: temporarily disable validation

Entity Framework Code First - Defining Relationships/Keys

How to update not every fields of an object using Entity Framework and EntityState.Modified

Conflicting changes to the role x of the relationship y have been detected

EF Model First or Code First Approach?

Setting a foreign key to null when using entity framework code first

c# entity-framework-4.1

No mapping exists from object type System.Collections.Generic.List when executing stored proc with parameters in EF 4.3

EF 4.1 Code First error - The entity type SomeType is not part of the model for the current context

How to update only one table for model from database with Entity Framework?

Entity Framework Code-first default data in database

Can I use Data Annotations to perform a Cascade Delete with Entity Framework 4.1 RC?

Get a list of elements by their ID in entity framework

Get Auto Identity Key after Insert via EF

Entity Framework: Querying Child Entities [duplicate]

Multiple Primary Key with asp .net mvc 3

Can you create sql views / stored procedure using Entity Framework 4.1 Code first approach

One DbContext per request in ASP.NET MVC (without IOC container)