Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

ASP.NET MVC + Entity Framework with Concurrency check

Entity Framework v4.1 LIKE

Entity Framework 4.1 Code First - Define many-to-many using data annotations only

Is Unit of Work pattern required in Entity Framework 4.0

entity-framework-4.1

Default bool to false when null in database with Entity Framework 4.1 Code First

Updating my EF model to use 4.1 when I built it in 4.0

What's the NHibernate session.Load equivalent in Entity Framework?

Extract one property as a List<String> from a ICollection of a Model

Table-per-type inheritance with EF 4.1 Fluent Code First

How can I use Entity Framework on an object graph past a depth of 2 with MySQL Connector / NET?

Entity Framework | Code First - Get Name Of Created Table

Entity Framework Code First Mapping Foreign Key Using Fluent API

Pros and Cons of putting a db context in static class library

Executing stored procedures from a DbContext

Insert record in child table when parent record already exists using Entity Framework code first

The entity type <class> is not part of the model for the current context

How can I find all DbSets whose generic types derive from a given base type?

Entity Framework 4.1 - EFTracingProvider

how do I sort a collection with child property?

DbSet.FirstOrDefault()?