Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

DbEntityValidationException - How can I easily tell what caused the error?

c# entity-framework

Entity Framework 6 Code first Default value

MSSQL Error 'The underlying provider failed on Open'

Should services always return DTOs, or can they also return domain models?

How to pass parameters to the DbContext.Database.ExecuteSqlCommand method?

Entity Framework Core add unique constraint code-first

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

No connection string named 'MyEntities' could be found in the application config file

Decimal precision and scale in EF Code First

Non-static method requires a target

Using MySQL with Entity Framework [closed]

What difference does .AsNoTracking() make?

Entity Framework and Connection Pooling

What does principal end of an association means in 1:1 relationship in Entity framework

Unique Key constraints for multiple columns in Entity Framework

How to call Stored Procedure in Entity Framework 6 (Code-First)?

Entity Framework Code First - two Foreign Keys from same table

How to update record using Entity Framework 6?

Entity Framework: There is already an open DataReader associated with this Command

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