Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

How to use Include() after OfType()?

code first one-to-one enable cascade delete

Fixing JSON Date serialization from .Net web method

Define a variable in Entity class which is not a column

How to Mock an Entity Framework 6 Async Projecting Query

Updating database entry MVC Entity Framework

SQL Server Compact 4.0 connection string for Entity Framework code first?

How to undo Entity Framework Update-Database in .NET Core

ASP.NET Core 1.1 getting all users and their roles

How do I map entities with lazy-loaded properties (without causing them to load)?