Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

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)

An error occurred while saving entities that do not expose foreign key properties for their relationships

Ramifications of DbSet.Create versus new Entity()

Unit Testing DbContext

EF Code First DBContext and Transactions

EF ICollection Vs List Vs IEnumerable Vs IQueryable

Entity Framework 4.1 Virtual Properties

entity-framework-4.1

ADO.NET DbContext Generator vs. ADO.NET Poco Entity Generator (ObjectContext)

"Cannot drop database because it is currently in use". How to fix?