Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Class Inheritance with .NET EF4.1 + MySQL

Referencing an MVC model via WCF using DataAnnotations

Prevent EF 4.1 from deleting my database diagram

Call stored procedure from LINQ (with dbcontext)

How to deal with dynamic connection strings in runtime for EF 4.1?

Auditing many-to-many relationships in Entity Framework?

Linq for entities Framework 4.1 tutorials/ebooks links [closed]

Is possible to create a database (Sql Server compact) on a given path if we use Entity framework with code-first approach?

System.Data.SqlServerCe.Entity.dll

Does LINQ to Entities support IEquatable in a 'where' clause predicate?

Entity Framework & MVC Models

Entity Framework 4.1 doesn't load relationships after SaveChanges?

Entity Framework 4.1 Code First: How is the Discriminator determined?

Do 2 queries need to be submitted to the database to get total count and paged section using EF / Linq to Entities? [duplicate]

System.NullReferenceException after upgrade to EF 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]