Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

Entity Framework 5 performing full table scan

DbGeography.PointFromText 24141: A number is expected at position

Load changes made in another DbContext

Adding and updating entities with Entity Framework

c# entity-framework-5 dao

Entity Framework - View Sql using toTraceString

How to get the next Sequence number in Sql Server Express using Entity Framework?

EF 6 Add Where Clause To An Include With Navigation Property

Map a field to an enum in EntityFramework 5 Code First

entity-framework-5

Entity Framework and SQL Server 2012 Paging

Entity Framework model change error

Code first columns with type char(36)

Could not determine storage version - Entity Framework

What's setting LazyLoadingEnabled to false on my EF Context?

Entity Framework Database First - Composite Foreign Keys

Overriding SaveChanges in Entity Framework 5 Code First to replicate the behavior of an old legacy library

How to force entity framework not to query as sp_executesql

c#-4.0 entity-framework-5

Can Entity Framework handle many to many relationship without an intersection object?

Required Properties on optional Entity Framework Complex Types

EF data annotations aren't "working" after targeting .NET 4.5

How to map column and entity propery of different datatypes in entity framework code first