Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Ignore create/change of model for a SQL View using Entity Framework

What alternatives are there for Repository Pattern and UOW with EF 5 and above

Using UserManager and RoleManager in Microsoft.AspNet.Identity;

c# entity-framework

ASP.NET-Identity limit UserNameIndex length

Mocking DbContext with fluent API configuration

Entity Framework using IdentityDbContext with Code First Automatic Migrations table location and schema?

T4 code generator for Entity Framework - Failed to resolve include text for EF.Utility.CS.ttinclude

How to monitor transaction isolation level changes in SQL Profiler or in any other tool

LINQ to Entities .Contains for a tuple (2 foreign keys)

c# entity-framework linq

Is IQueryable SQL injection proof using Entity Framework?

DbContext.ChangeTracker in automated tests throws SQLException

Azure SQL Data Warehouse and Entity Framework

How to specify a valid ordering for dependent operations when defining entity relationships?

c# entity-framework

Cannot insert the value NULL into column 'MaintenanceId', table '<tableName>'; column does not allow nulls. INSERT fails EF 6.1

How do I get DB generated IDs back when using repository pattern?

c# entity-framework

How to validate LINQ queryable without database

Get parent department node in Entity Framework

How to Select All with a One to Many Relationship Using Linq

Query an Entity Framework entity without knowing the object type (class/table) in advance

"the entity type is not part of the model for the current context" error is thrown when project contains more than one EDMX file