Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

How do I use EF5 migrate.exe to rollback a code first migration?

Adding record duplicates other object using entity framework

how to create postgreSQL database using EF code first

Linq To Entities Compare Value Against List<int>

In Entity Framework is there a cleaner way of converting an object type to a string representation for storage?

MVC 4 Model in Separate Class Library Assembly (using EF 5)

Database.SetInitializer() in a static constructor?

Expression of type 'System.Int16' cannot be used for return type 'System.Object'

EntityFramework and Spatial Search POINT inside POLYGON

Entity Framework Code First with MySql Error

Not sure how to map many to many relationship - Reuse mapping table different entities

entity framework, contains and conditional operators (uses charindex insted of like)

How to refactor LINQ select statement

c# linq entity-framework-5

Pluggable conventions in EF 5?

"update-database" Entity framework code first doesn't add tables anymore

How do I stop datagridview in winforms automatically generating columns at design time when there is a bindingnavigator?

How should a one to many relationship be managed in Entity Framework?

How to change sql generated by linq-to-entities?