Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

The model backing the 'DataContext' context has changed since the database was created

HierarchyID in Entity Framework not working

Problem in mapping fragments in Entity Framework

How to delete a list of object using ObjectContext?

Overriding code-generated DbContext constructor

How can I use a stored procedure + repository + unit of work patterns in Entity Framework?

Package tried to add reference to System.Runtime which was not found in the GAC

How to declare one to one relationship using Entity Framework 4 Code First (POCO)

Entity Framework 5 : Proper method to replace entry in context

Entity Framework retrieve data from table with foreign key

DateCreated or Modified Column - Entity Framework or using triggers on SQL Server

The name 'EntityState' does not exist in the current context

How do you check if a string contains any strings from a list in Entity Framework?

c# entity-framework

ToListAsync in ASP.NET MVC Core and Entity Framework not working

"Not In" in Entity Framework

c# entity-framework linq

LINQ or ADO.net Entity Framework - which to learn?

Create<Object> vs new <Object> in Entity Framework

Entity Framework 6 - Code First: table schema from classes' namespace

entity-framework

How does Entity Framework generate a GUID for a primary key value?

Entity Framework 6 + SQLite