Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

C# + EntityFramework: Convert multiple group by query to nested JSON

TPC Inheritance Error

Dynamically create lambda search on IQueryable on nested objects

DbSet: missing added item

c# .net entity-framework

Entity Framework LINQ to SQL translation: how does it work?

c# entity-framework

Entity Framework appending '1' to property name when it matches entity name

update-database -force command is not updating the base in entity framework code -first

How can I view the Entity Framework LINQ query plan cache?

Left join after a into group in Linq using entity framework (core)

entity-framework linq

How to set maximum length of separated word of string property C# EF

SQL Server Object Explorer not showing a database

How to upgrade from entity framework 4 to EF6?

c# asp.net entity-framework

Mapping entity framework model to multiple tables

Entity Framework 6 error serverversion : (System.Data.SqlClient.SqlConnection)customerOrderContext.Database.Connection).ServerVersion

Select entities with multiple and nested levels without using Include

c# entity-framework linq

EF Core 1.1 to WebApi Core - Add-Migration fails

How the right way to rollback migration with Entity Framework

How to know project is code-first or database-first?

Handle duplicate key violations in EntityFramework Core

How to get IEnumerable<Foo> instead of IEnumerable<string> from LINQ?

c# entity-framework linq