Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF LINQ select entities where Id is in List

linq entity-framework

Including navigation properties from Entity Framework TPH classes

Entity Framework - SaveChanges() doesn't get the generated Identity key

Poco+Entity Framework 4. Where should I add my methods for working with Poco classes?

Architectural decisions: ASP.NET MVC & Entity Framework

Cannot Create Database with credentials using Entity Framework Code-First?

OData & Entity framework adding extra where clauses to all queries

.net entity-framework odata

Entity framework with oracle views

Why does Take() return more rows than specified?

c# entity-framework linq

How do I cascade deletes into a link table using the EF4 fluent API?

Microsoft.SqlServer.Types not functioning properly on Azure Worker Role

Entity Framework 6 t4 code generation not working in VS2022?

Defining data annotation using DbContext versus Objectcontext in the database first approach

Why is the ID parameter passed twice in the Edit() action method (POST) scaffold added by ASP.NET Core MVC?