Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to see SQL query in SQL profiler?

Updating my EF model to use 4.1 when I built it in 4.0

Best practice to implement business logic validation - Entity Framework

c# entity-framework entity

Does an entity model fire an event when its data changes?

Where to run a duplicate check for an entity