Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Readonly properties in EF 4.1

Restore and Backup with Entity Framework

c# entity-framework

How can I change an Entity Framework ICollection to be an ObservableCollection?

c# entity-framework mvvm

Select new records by timestamp column with Entity Framework

Why does using parameterized queries or entity framework prevent sql injection?

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