Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity framework add new entity

c# entity-framework

DbSet.Cast<TEntity>() Error: Cannot create a DbSet<IEntity> from a non-generic DbSet for objects of type 'Entity'

Entity Framework Migrations Error using Visual Studio 2013

Unit Testing FindAsync

Select top n rows in each group in EntityFramework

c# entity-framework

Get multiple data from tables Using Entity Framework data model

One to many recursive relationship with Code First

Getting Error The argument 'nameOrConnectionString' cannot be null, empty or contain only white space with Azure Database

What database systems are fully supported by Entity Framework 6 and/or 7?

Show Properties of a Navigation Property in DataGridView (Second Level Properties)

Postgresql and Entity Framework

What to use instead of DbSet Create() Method in EF7, and is it recommended to simply new T()

Force IEnumerable<T> to evaluate without calling .ToArray() or .ToList()

How do I point to my full SQL Server Express database in ASP.NET Core project?

Common query for multiple similar entity types in Entity Framework

c# entity-framework linq

dynamically change the model - Database First

Your startup project 'project' doesn't reference Microsoft.EntityFrameworkCore.Design

Entity Framework + POCO

Entity Framework - layered design - Where to put connectionstring?

Getting ID of recently created entity - ADO Entity Framework