Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Strange entity updating in Entity Framework Code-First

Error 3031 mapping fragments starting at line 439:Non-nullable column

Tables from second schema are not visible in Entities Wizard

Modelling an Order to Product Relationship in Entity Framework

.net entity-framework

X cannot be added because it is already mapped to the entities. X entity class and the entity is not in current project source

Connection to the database failed. Check that connection string is correct and DbContext constructor

How can I run Entity Framework's migrate.exe from Visual Studio Online?

Multiple Tables With Same Structure Entity Framework

c# .net entity-framework

How to skip last 2 records and get all other records with linq?

c# entity-framework linq

Entity Framework ToListAsync() with Select()

What is the actual benefit of ADO.NET Entity Framework?

.net entity-framework orm

A field or property with the name was not found on the selected data source

Create DataContext from Entity Framework connection string?

c# asp.net entity-framework

The ObjectContext instance has been disposed and can no longer be used for operations that require a connection

Entity Framework Eager Loading Multiple Levels Exception

virtual keyword, Include extension method, lazy loading, eager loading - how does loading related objects actually work

How to use Date function in LINQ to entities?

Why does Entity Framework not recreate my localdb when deleted?

c# entity-framework localdb

Compare DateTime in EF Core Linq Query

Entity Framework Core 2.0 add-migration not generating anything