Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework rollback and remove bad migration

"A lambda expression with a statement body cannot be converted to an expression tree"

Delete a single record from 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