Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

EF 4.1 Code First error - The entity type SomeType is not part of the model for the current context

Find a specified generic DbSet in a DbContext dynamically when I have an entity

Code First Migration with Connection Strings

Entity Framework auto incrementing field, that isn't the Id

Fluent API, many-to-many in Entity Framework Core

How to run Seed() method of Configuration class of migrations

Self-referencing many-to-many recursive relationship code first Entity Framework

Can you create sql views / stored procedure using Entity Framework 4.1 Code first approach

Why is my DbContext DbSet null?

How do I remove underscore of foreign key fields in code first by convention

Database in use error with Entity Framework 4 Code First

ASP.NET MVC3 and Entity Framework Code first architecture

C# Code-First migration, up/down?

How to ignore a property when using Entity Framework Code First [duplicate]

How can I get my database to seed using Entity Framework CodeFirst?

Entity Framework Code First - No Detach() method on DbContext

CREATE DATABASE permission denied in database 'master' (EF code-first)

code-first

How to remove child one to many related records in EF code first database?

Entity Framework - Is there a way to automatically eager-load child entities without Include()?

Nullable property to entity field, Entity Framework through Code First