Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

EntityType 'IdentityUserLogin' has no key defined. Define the key for this EntityType

How to create index in Entity Framework 6.2 with code first

There is already an object named in the database

Entity framework code-first null foreign key

The term 'Update-Database' is not recognized as the name of a cmdlet

How to fix the datetime2 out-of-range conversion error using DbContext and SetInitializer?

ICollection<T> Vs List<T> in Entity Framework

Debug code-first Entity Framework migration codes

EF Code First "Invalid column name 'Discriminator'" but no inheritance

The entity type <type> is not part of the model for the current context

StringLength vs MaxLength attributes ASP.NET MVC with Entity Framework EF Code First

How do I detach objects in Entity Framework Code First?

Getting exact error type in from DbValidationException

Entity Framework 6 Code first Default value

What effect(s) can the virtual keyword have in Entity Framework 4.1 POCO Code First?

Entity Framework: One Database, Multiple DbContexts. Is this a bad idea? [closed]

Decimal precision and scale in EF Code First

Unique Key constraints for multiple columns in Entity Framework

Create code first, many to many, with additional fields in association table

Ignoring a class property in Entity Framework 4.1 Code First