Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

Code First code generation trying to create the model?

using external object in entity framework object

EF5 code first ordering nested items

how do you check open entity framework connections

Writing Integration Test For Entity Framework

Seeding large lookup table data with Entity Framework Code First migrations

EF5 one-to-many relationship

How do I create a primary key using two foreign keys in Entity Framework 5 code first?

Composite PK without key property

Is the source code for the Entity Framework Power Tools extension available? If not, will it ever be?

EntityFramework t4 template - XML documentation

Unable to cast object of type 'System.Collections.Generic.List`1[ModelA]' to type 'ModelA'

Comparing performance of generated queries for Any() vs Count() in Entity Framework 5

Entity framework code first migrations production (WPF application)

c# wpf entity-framework-5

How to map a stored procedure result to a custom class?