Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 6 - Retrieve null instead of default if query contains no rows

Is a proxy class the same as a class wrapper?

EF Migration ignores [Required] attribute on string properties and creates nullable field

Entity framework and Oracle Public database links

How to create a Database user in Entity Framework

Only parameterless constructors and initializers are supported in LINQ to Entities in linq join with tuples [duplicate]

Using EF Include on TPH

c# entity-framework tph

EF get dbset name in runtime from Type

Seeding not working in Entity Framework Code First Approach

Error ORA-03111 break received on communication channel

Registration with .NET Core Identity name field error - "User name '' is invalid, can only contain letters or digits."

Can we do cross join in EF?

Entity Framework Core Query Generation

Why does Entity Framework ignore order by when followed with distinct?

"The entity or complex type cannot be constructed in a LINQ to Entities query" in Controler

Microsoft.AspNetCore.Identity.UserManager:Warning: User validation failed: InvalidUserName;InvalidEmail

How do I get an IConfiguration instance in my DbContext?

Simplified way to handle one-to-many relationship updates in Entity Framework?

c# entity-framework