Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

SQL Server Express connection string for Entity Framework Code First

How to disable migration in Entity Framework 4.3.1?

using Guid as PK with EF4 Code First

Entity Framework loading child collection with sort order

How to configure ProviderManifestToken for EF Code First

How do I map TimeSpan with greater than 24 hours to SQL server 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]