Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

LINQ to Entities does not recognize the method 'Double Parse(System.String)' method, and this method cannot be translated into a store expression

c# .net entity-framework

I get an exception when I try to reverse engineer a database in EF5 code first

entity-framework

EF 5. "Automatic migration was not applied because it would result in data loss" - only changed the column name

Setting EF Connection String in Azure Web App

Entity Framework Migrations can't drop table because of foreign key constraint

Entity Framework Stored Procedures vs Generated SQL

System.Resources.MissingManifestResourceException when Updating database

EF 6 IsRequired() allowing empty strings

Linq To Entities - Any VS First VS Exists

Accessing Database Entities from Controller [closed]

How to handle System.Data.Entity.Validation.DbEntityValidationException? [duplicate]

System.InvalidCastException: Unable to cast object of type 'System.Int32' to type 'System.String'

No connection string named could be found in the application config file

How to use Entity framework for MS Access database

LocalDB is not supported on this Platform

Script EF migration seed from Configuration class

Delete an object and all of its related entities in Entity Framework

entity-framework ado.net

Entity Framework - Clear a Child Collection

entity-framework

How should I set up my integration tests to use a test database with Entity Framework?

Entity Framework not saving modified children

c# entity-framework