Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Code-First, when I go enable-migrations, I get “No context type was found in the assembly 'DOC'”

One Entity 2 Tables in EF Core 2.0

How do I make contains case-insensitive in ef core 2?

Auto increment non key value entity framework core 2.0

C# EF6 conditional property selection?

c# entity-framework

Add empty entry to combobox bound to entity list

Entity Framework 4 Table Valued Function

entity-framework

How to delete multiple records in entity framework without looping using LINQ?

SQL Caching and Entity Framework

Entity Framework with multiple edmx

Editing an object in entity framework and saving it to the database in ASP.NET MVC 2.0

Calling stored procedure with parameters

c# entity-framework

In a layered architecture using Entity Framework, should I return POCO classes from the BLL? (Architecture guidance needed)