Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Entity Framework 4.2 Table Valued Functions

Understanding POCO Generators

What does a repository look like when using many 1:Many or Many:Many tables?

Is it possible to format the results of a query using a Lambda Expression?

Do I need to add RowVersion TimeStamp type property "Entity Framework Code First" to Parent and Child classes?

Code First Modeling with Membership Tables

Entity framework mapping when foreign key column name is different

What is the overhead of Entity Framework tracking?

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