Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Strategy pattern creates a dependency with Controller class in Asp.net MVC 3.0

How can I map an Enum using Entity Framework 4.1 Fluent API?

How do I use the DbGeography Spatial Data Type with EF4.1

Entity Framework Object Context per request in ASP.NET? [closed]

Generate DB - no execute SQL option?

Entity Framework and DbContext - Object Tracking

Entity Framework 4.1 - Code First: many-to-many relationship

How do I map text field type of Sql server in EF code first? [duplicate]

Entity Framework Many to Many and Eager Loading

EF 4.1 Mapping Inheritence on a Many-to-Many relationship

Why is MVC3 not scaffolding my foreign key columns

EF Code First convention to allow ICollection<T> properties to be empty collections rather than null?

EF DbContext.Set<T> filtered record only ... doesn't work

Implement WCF Data Service using the Repository Pattern

Mapping to a nested class

Getting "Cannot insert the value NULL into column" when trying to save with .Add() method using DbContext . Please check my POCO's and save method

Entity SQLCE Can't find connection string in app.config file

EF Code First: Many-to-Many + Additional Property