Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

how to stop dbentityentry.currentvalues.setvalues trying to change entitykey value

c# entity-framework-5

Entity Framework EDMX to Code First

Entity Framework Error - The query syntax is not valid

Tinyint(byte),SmallInt(Int16) not compatible with Enum in EF5

XML Fields with Entity Framework Code First

Why am I getting an IdentityRole error?

EF Database first how to update model for database changes?

Entity Framework v5 release candidate throws exceptions when using enums in model

Constructor on type 'System.Data.Entity.Infrastructure.SqlConnectionFactory' not found

.NET 4.5, EF 5 and MembershipProvider

Entity Framework 5 and Char Enums

How do I identify which Linq functions will not call to sql multiple times?

Entity Framework 5 - only select entities where entity IsActive

Entity Framework MigrateDatabaseToLatestVersion giving error

MVC "create view" when there is one to many relationship in model

How to use guid as primary key column (identity) in entity framework 5 with default value newid()?

entity-framework-5

Entity Framework 5 stopped running T4 templates files on save

Seed Database at Application Start - ASP MVC 3 and EF

Equivalent of ObjectContext.AddObject(entityName, entity) on DbContext