Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How do I force drop and re-create a a selected table in code-first migration?

EF core many to many configuration not working with Fluent API

Can code-first Entity Framework do cross database queries with SQL Server DBs on the same box?

Entity Framework: How do I delete a record by its primary key?

entity-framework

How to correctly unit test my DAL?

Entity Model Issue: Not able to create model for one particular table

Using multiple edmx file vs. one large edmx file?

Entity Framework Code First Many to Many Setup For Existing Tables

Entity Framework 4.1 default eager loading

The purpose of Include() in ASP.NET MVC + Entity Framework

EF 4.2 Code First and DDD Design Concerns

Trying to set a non-null string to type 'System.Int32'

Entity Framework to read a column but prevent it being updated

c# entity-framework

Why is my edmx file not updating

c# asp.net entity-framework

Invalid object name 'dbo.AspNetUsers' in Asp.NET MVC 5 Entity Framework

ASP.NET Core DbContext injection

context.SaveChanges not working

Does Microsoft Jet DB work with Entity Framework?

EF query to Oracle throwing "ORA-12704: character set mismatch"

EF Code First - Recreate Database If Model Changes