Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to bind Entity Framework 6 to KendoUI Grid

Using Expression<Func<>> in a LINQ Query

c# linq entity-framework

Entity framework 6 providing repositories and UoW out of the box

Mocking a class with an explicitly implemented interface using Foq

Saving AutoMapper mapped Collections of Entities using Entity Framework

Getting "source" of LINQ query and serialize to string

c# linq entity-framework

Connect to Amazon RDS with Entity Framework

How do I tell UserManager.FindByNameAsync to include a relation?

How do we configure conventions on Entity Framework 7?

system.data column 'invariantname' is constrained to be unique

How can I have a staging site for my Azure web app with its own database?

Does EF7 (EFCore) support enums?

LinqKit and async in Entity Framework

How to migrate database schema from Identity 2.2.0 to 3.0.0-rc1-final

Unnecessary join in Entity framework when using imported function?

c# entity-framework join

How to implement typesafe enum pattern in entity framework core rc2

Integration test causes Entity Framework to time out

in F#, when is a "constant string expression" not a "constant string expression"

How to add EntityObject Generator in Visual Studio 2015?

How to deal with Hashtable property of entity in database using EntityFramework