Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Linq Order by List<int> of IDs given

c# sql linq entity-framework

Many-to-many relations in Breeze

Linq to SQL Group by and Sum in Select

Is automapper preventing lazy loading with EF?

Unable to generate explicit migration (EF5) (migrations pending)

Populate DropDownList using MVC 4 & Entity Framework

The LINQ expression node type 'Lambda' is not supported in LINQ to Entities

c# linq entity-framework

Could not load type 'System.ComponentModel.DataAnnotations.Schema.IndexAttribute'

Two different providers on the same config file

Get Primary Key of DBEntityEntry when Adding

Pass expression parameter as argument to another expression

How is Identity.EntityFramework OnModelCreating called

EF Core: Get Authenticated username in Shadow Properties

How do I execute a raw SQL query to a custom object in Entity Framework Core 3.1, without migrations wanting to create a table?

Can an ASP.NET MVC View use a Model from a different project?

How to reduce Entity Framework 4 query compile time?

ASP.NET MVC 2 - "The model of type 'XYZ' could not be updated" when using UpdateModel and LINQ to Entities (.NET 3.5)

Entity Framework Code first - FOREIGN KEY constraint problem

Entity Framework 4.2 "The type is not attributed with EdmEntityTypeAttribute but is contained in an assembly attributed with EdmSchemaAttribute

Proper use of "Using" statement for datacontext