Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to add code to initialize sql database

MVC 3 & ASP.Net with Entity Framework scaffolding error : No model classes are available

npgsql and Entity Framework code first setup problems

Why does EF5 code first use datetime2 when inserting a nullable datetime into the database?

MySQL 5.5 + .NET Connector + Entity Framework + Migrations = FormatException

what is advantage of CodeFirst over Database First?

Getting Entity Framework to eager load on Group By

Changing the type of a property with EF Code First [duplicate]

EF + generic repository + loading related entity: only explicit load works

EF6 code first: How to load DbCompiledModel from EDMX file on startup?

Publish Web dialog doesn't detect my entity framework 5 context as Code First

Updating disconnected entities with many-to-many relationships

Entity Framework "Invalid Column Name"

EntityFramework 5 Code First multiple inheritance mapping (TPC)

literal or constant as part of composite key in EF code first

Technique(s) in a C# multiuser application where all clients have their data up-to-date from a central database

Custom code execution in EF migrations