Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Code First DateTime field update on modification

Entity Framework DbContext .Remove(obj) vs .Entry(obj).State = EntityState.Deleted

c# entity-framework

Handling Dates with OData v4, EF6 and Web API v2.2

EntityFramework Stored Proc Function Import is it possible to read async?

No corresponding object layer type could be found for the conceptual type

entity-framework

What's Include() method's job in Entity Framework

Difference between && and where condition in entity framework query

Error attaching entity because of same primary key when trying to save an update

c# .net entity-framework

Store data in cookie with asp.net core identity

Using a custom attribute in EF7 (core) OnModelCreating

How can i write SQL update query with where clause in Entity Framework in C#

Add Foreign Key Column In EF Core

ThenInclude for Explicit Loading in Entity Framework core?

Can Entity Framework model be passed a SQL script to be run against the database

.net sql tsql entity-framework

How to use multiple models in one view for ASP.NET MVC?

Why doesn't SET IDENTITY_INSERT OFF work for me in EF 4.1?

LINQ to Entities - DISTINCT on one column

Entity Framework for Multi-tenant architecture - filterings single table by tenant ID

In entity framework code first is there a way to add paging to navigation collections?

Unable to set field/property on entity type with Entity Framework 4.3.1