Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

c# async when returning LINQ

How to execute insert query using Entity Framework

c# sql .net entity-framework

Use int Id for a bigint column in EF6

Using the entity framework with a MySQL DB and the model designer doesn't pickup stored proc parameters

c# mysql entity-framework

Data projection in Entity Framework and Automapper [duplicate]

error:The ObjectContext instance has been disposed and can no longer be used for operations that require a connection

c# wpf entity-framework

EF - Navigation property is null, even after reloading entity, but works when program is restarted

Table 'DBNAME.dbo.TableNAME' doesn't exist Entity Framework 6 with MySQL

Adding Schema name to entity in Spring data?

The entity type 'Access' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'

Errors 11 and 2002: "The EntityContainer ... does not exist in MetadataWorkspace"

.net linq entity-framework

ObservableCollection better than ObjectSet

Defining many to many relation in code first entity framework

Entity Framework TimeSpan - Time Error

c# entity-framework service

Convert list of of objects to list of tuple without iterating

Cannot perform a backup or restore operation within a transaction. BACKUP DATABASE is terminating abnormally

Entity Framework Object Context in ASP.NET Session object?

WCF Data Services or Entity Framework

.SelectMany() and getting data from more than one related table

ViewModels with asp.net mvc 4 and EntityFramework whats the Point