Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

In entity framework code first is there a way to add paging to navigation collections?

code first one-to-one enable cascade delete

SQL Server Compact 4.0 connection string for Entity Framework code first?

How do I map entities with lazy-loaded properties (without causing them to load)?

Cascade Delete Rule in EF 4.1 Code First when using Shared Primary Key Association

How do I populate data in Entity Framework code first on database creation?

EF Code First - Map Dictionary or custom type as an nvarchar

Entity Framework Code First Class with parent and children of same type as it's own class

EntityFramework.SqlServer not deployed in web publish

Scaffold migration with context key change

Entity Framework - Get Table name from the Entity [duplicate]

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]