Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Include after select not load navigation property in Entity Framework core

Using DataTable as a Table Valued Parameter in EF Core 2.0

how to rename a migration in entity framework core

ASP.Net Core Identity canceled when using FindByIdAsync

How to set CONTEXT_INFO on Entity Framework connection

Entity Framework Core 2.0 - Run migrations step by step

.NET Core 2 EF, object references are null

c# entity-framework

Global Filter based on Interface

Is there is a C# function which is similar to .Map() in JavaScript? [duplicate]

Using IList, List, ICollection for 1 to n relationships in EF Core

ASP.NET Dynamic Data : How to Specify Sort Order of Items in Dropdown List

Don't see Entity Framework Template after Visual Studio 2010 install on Windows 7 64 bits

Design question POCO objects / DAL access

Check if a table exists within a database using LINQ

PredicateBuilder "And" Method not working

EF 4.1: Why does turning a constant into a variable result in extra sub query?

EF 4.1 Code Only?

trying to serialize and deserialize entity object in c#

Only initializers, entity members, and entity navigation properties are supported. (ASP.NET MVC and Entity Framework)

How to obtain the identity of an entity after calling SaveChanges() when the entity is mapped to stored procedures