Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

The connection string 'MyConnection' in the application's configuration file does not contain the required providerName attribute."

EF Code First: How to get random rows

The model backing the 'ApplicationDbContext' context has changed since the database was created

What is POCO in Entity Framework? [closed]

c# .net entity-framework poco

Async PartialView causes "HttpServerUtility.Execute blocked..." exception

Entity Framework 6 transaction rollback

Exclude Property on Update in Entity Framework

Remove item from list based on condition

c# .net entity-framework linq

Multi-async in Entity Framework 6?

How can I disable code first migrations

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