Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Linq sort child in query

Return Custom Object <List T> from Entity framework and assign to Object Data Source

.Skip().Take() on Entity Framework Navigation Properties is executing SELECT * on my SQL Server

Entity Framework data updates in a multi-user environment with central database

Why is Entity Framework missing the last s in a table that ends with 'Status'

entity-framework

Entity Framework not serviceable in my WebAPI Mvc4 solution

is StructureMap HttpContextScoped necessary?

How to use a dynamic connection string using a Model First approach but still use the data model in the EDMX?

LINQ to Entities Join on Nullable Field where Null Implies "Match All"

c# linq entity-framework

Best Practices | Where to put search logic if we have different repository for each entity [closed]

c# entity-framework

Foreign key between aggregate roots

Database default value is not inserted while create record by entity framework

Specification pattern with entity framework and using orderby and skip/take

Entity Framework Code First: how to map multiple self-referencing many-to-many relationships

Upgrade from Entity Framework 6 to EF Core

Azure Website Exception: Format of the initialization string does not conform to specification starting at index 0

Best way to use LINQ to Entities with a Collection Property

c# linq entity-framework

Enable-Migrations "Object reference not set to an instance of an object"

Good practice to use a different DbContext class for every page? [closed]

Drop database if model changes in EF Core without migrations