Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 4 very slow linking an Order to Customer who has 10,000 orders

Enforcing "zero-or-one to one" relationship on SQL database?

What are the pros and cons of one master base table which all entities inherit from?

Entity Framework 4.1 query takes too long (5 seconds) to complete

Reducing Entity Framework library's dependency on app.config

c# .net entity-framework

How can I generate DDL scripts from Entity Framework 4.3 Code-First Model?

How to write LINQ IN clause query which will work as LIKE operator as well?

Generic Find() with Includes 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