Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

ASP.NET MVC 4 EF5 with MySQL

EF: How do I call SaveChanges twice inside a transaction?

Can't find CreateQuery() method

How to Model Entity Framework Entity/Mapping With Only One-Way Navigation

Enum Support for Entity Framework Database First

EF 4.1 Code First - Determine What Properties Have Changed

In Entity Framework, what is the difference between Add and Attach and how can I solve my problem?

c# entity-framework

Entity Framework T-Sql "having" Equivalent

Why it's not a good idea to pass entities as Models in MVC?

Entity framework query returns the same row multiple times

vb.net entity-framework

Entity Framework 6: Code First Cascade delete

EF6 CodeFirst My [Key] Id Column is not auto-incrementing as an identity column should

Can't enable migrations for Entity Framework on VS 2017 .NET Core

Unbelievable duplicate in an Entity Framework Query

Re-create table with Entity Framework 5 and nuget

Entity Framework: difference between Detach and AsNoTracking

c# entity-framework

FK to the Same Table Code First Entity Framework

How should I seed data to many to many relation in Entity Framework Code first 5.0

The DELETE statement conflicted with the SAME TABLE REFERENCE constraint with Entity Framework

must declare the scalar variable '@custid' using dbcontext.Database.SqlQuery?