Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

DDD Database first . How to handle aggregates

ASP .NET MVC 4: WebSecurity.CreateUserAndAccount how to set UserId

Is it dangerous for views to directly use domain models?

The type '' was not mapped

c# asp.net entity-framework

Multiple inheritance with Entity Framework TPC

Equivalent of ObjectContext.AddObject(entityName, entity) on DbContext

How do I define a SQL Server datatype when I have a bool mapped to SQL Server with Entity Framework?

Create one to one relationship by using entity framework database first

Type provider cannot connect to localDB

Created a new view in MVC 5, opening the new view results in HTTP 404

How can I map MS SQL datatype numeric(19, 0) to .NET type [closed]

Explicit construction of entity type 'Artist' in query is not allowed

c# linq entity-framework

Update model from database in entity framework is not working

c# entity-framework

Member is "not supported in LINQ to Entities"

.First does not throw exception on empty collection

c# linq entity-framework

Entity Framework select most recent record for each type of record

How do I do an EF Database.ExecuteSQLCommand async?

Linq Dynamically append Where clauses with OR

Horrifically inefficient query generated by Entity Framework 6

Locking a table during 2 statements in Entity Framework