Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Why does Entity Framework 6.x not cache results?

EF Data migrations won't detect changes when adding new migration

How To Count Associated Entities Without Fetching Them In Entity Framework

entity-framework count

specify a different name for table|column name in EF4

Changing Namespaces in Entity Framework

`from..where` or `FirstOrDefault` in LINQ

c# linq entity-framework

Fluent API, many-to-many in Entity Framework Core

In AutoMapper 8.0 missing ResolveUsing

A specified Include path is not valid. The EntityType does not declare a navigation property with the name *

c# linq entity-framework

Serialize Entity Framework objects into JSON

How to use Entity Framework Power Tools in Visual Studio 2015?

How to find an identity of the last inserted row in Entity Framework?

.net entity-framework

ASP.NET EntityFramework get database name

How to include() nested child entity in linq

c# .net linq entity-framework

Updating your edmx to reflect changes made in your db (.net linq-to-entities)

How to set default value for POCO's in EF CF?

How to execute raw SQL query using Entity Framework without having to use a model?

How to generate and auto increment Id with Entity Framework

Query a many-to-many relationship with linq/Entity Framework. CodeFirst

Dependency injection in unit of work pattern using repositories