Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Error when Reverse Engineer Code First with EF Power Tools Beta 2 and VS2012 Update 1

entity-framework

How to edit previously applied migration without adding another migration in EF code first

Unit of Work pattern implementation

Entity Framework Migrations: get database version as string

EF - AND NOT EXISTS (SELECT 1 ...) with Entity Framework

How to ignore a table/class in EF 4.3 migrations

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