Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Multiple foreign keys pointing to same table in Entity Framework 4.1 code first

EF 4.1 code-first adding a trigger to a table

entity-framework-4.1

How to set foreign key in EntityTypeConfiguration Class

Entity Framework Code First: FOREIGN KEY constraint may cause cycles or multiple cascade paths

Update a single property of a record in Entity Framework Code First

Entity Framework Database.SetInitializer simply not working

Moq testing LINQ Where queries

Wrapping DbSet<TEntity> with a custom DbSet/IDbSet?

Wait! which config file? (Entity Framework Connection String)

How do I precompile an Entity Framework Code-First Query?

Entity Framework Performance Issue

Should a Repository return IEnumerable<T> , IQueryable<T> or List<T>? [closed]

in Entity framework, how to call a method on Entity before saving

How do I define a database view using Entity Framework 4 Code-First?

Error storing Image in SQL CE 4.0 with ASP.NET MVC 3 and Entity Framework 4.1 Code First

Linq to Entities (EF 4.1): How to do a SQL LIKE with a wildcard in the middle ( '%term%term%')?

EF - The context cannot be used while the model is being created exception during HTTP requests

Entity Framework Code First Computed Properties

Loading Nested Entities / Collections with Entity Framework

EF Code First Readonly column