Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How do I get the max ID with Linq to Entity?

LINQ to Entities does not recognize the method 'System.String Format(System.String, System.Object, System.Object)'

How can I log the generated SQL from DbContext.SaveChanges() in my Program? [duplicate]

How do I apply OrderBy on an IQueryable using a string column name within a generic extension method?

Method cannot be translated into a store expression

Is is possible to check if an object is already attached to a data context in Entity Framework?

.net entity-framework

Entity Framework Code First Date field creation

Entity Framework: How to disable lazy loading for specific query?

'No database provider has been configured for this DbContext' on SignInManager.PasswordSignInAsync

ADO.NET Entity Framework: Update Wizard will not add tables

How to specify table name with Entity Framework Code First Fluent API

Entity Framework is Too Slow. What are my options? [closed]

Default value for Required fields in Entity Framework migrations?

IdentityUserLogin<string>' requires a primary key to be defined error while adding migration [duplicate]

entity-framework

Can you use Microsoft Entity Framework with Oracle? [closed]

how to use views in code first entity framework [closed]

Cannot find command 'dotnet ef'

what is difference between a Model and an Entity

Multiple DB Contexts in the Same DB and Application in EF 6 and Code First Migrations

Add data annotations to a class generated by entity framework