Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

DbContext won't keep connection open for re-use

Is there a way to reset a DbContext without disposing and reinstantiating it?

EF 4.1 loading filtered child collections not working for many-to-many

How to pass multiple Expressions to OrderBy for EF?

How to represent Bridge table in Entity Framework Code First

EF 4.1 Code First doesn't create column for List<string>

Entity Framework Code First Many to Many Setup For Existing Tables

Entity Framework 4.1 default eager loading

The purpose of Include() in ASP.NET MVC + Entity Framework

Entity Framework Code First Error "Error Locating Server/Instance Specified"

How do I upsert a record in ADO.NET EF 4.1?

c# entity-framework-4.1

Entity Framework and forced Inner Join

context.SaveChanges not working

Best way to handle concurrency with entity framework

SQL Server 2008 connection string for entity framework 4.1 code first

Deploy Entity Framework Code First

Migration using model first approach in entity framework

EF 4.1, Code-First: Is there an easy way to remove ALL conventions?

What fluent api method is correspond to [Timestamp] attribute in Data Annotations API to check concurrency

entity-framework-4.1

How to get the Primary Key(s) in Entity Framework 4.1, i.e. using DbContext