Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

What effect does the virtual keyword have on entity properties in Entity Framework 5?

using WebSercurity.CreateAccount with other queries in a TrasactionScope, without DTC Enabled

Entity framework code first convert between class boolean and column integer

How do I write tests for my web application?

Creating a set from Table Valued Function in Entity Framework

Refactor Linq code and "LINQ to Entities does not recognize the method"

Comparing a nullable column throws "Unable to cast the type..." exception

EF vs Nhibernate Merge Disconnected Object Graph

How to define a custom naming convention if EF 5

Entity Framework / Linq - Get distinct values of dynamically specified property

c# linq entity-framework-5

Best way to concat strings and numbers in SQL server using Entity Framework 5?

Generic Repository and Leaky Abstraction

What's the best way to turn an EF proxy object into the original POCO object?

Overriding the EntityFramework SaveChanges - Grab the SQL and call a custom proc

Incorrect value when saving enum

EF 4.3.1 and EF 5.0 DbSet.Local is slower than an actual Database query

What do I need to add into OnModelCreating(DbModelBuilder modelBuilder) function to define relations between Person and Role?

Use Entity framework I want to include only first children objects and not child of child(sub of sub)

Entity Framework - getting a table's column names as a string array

EntityType 'DbGeography' has no key defined