Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Entity Framework Code First : how to annotate a foreign key for a "Default" value?

Allow empty strings for fields marked with PhoneAttribute or UrlAttribute

Entity Framework creates foreign key objects instead of using those that are already available

Entity Framework Code First Lazy Loading

Command Timeout with Entity Framework 4.1 Code First

EF Core Add Migration Debugging

How to set a default value on a Boolean in a Code First model?

Using DateTime properties in Code-First Entity Framework and SQL Server

EntityFramework Code First FluentAPI DefaultValue in EF6.X

Entity Framework Migrations Error - Sequence contains no elements

Linq when using GroupBy, Include is not working

Why does Entity Framework return null List<> instead of empty ones?

Storing TimeSpan with Entity Framework Codefirst - SqlDbType.Time overflow

Entity Framework Code First and Connection String Issue

How to Specify Primary Key Name in EF-Code-First

What happened to HasColumnName for EF Core?

How can I log all entities change, during .SaveChanges() using EF code first?

Why is ON DELETE SET NULL still not implemented in the Entity Framework 6? Is there a snag?

Lose EF Code First Migration when working on different TFS branches?

The type 'Company.Model.User' and the type 'Company.Core.Model.User' both have the same simple name of 'User' and so cannot be used in the same model