Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

how to use canonical functions in Entity Framework and Mysql

Entity Framework generates inefficient SQL for paged query

Why did the new ASP.NET Identity tables stop using Guid (uniqueidentifier type) as keys?

EF Conditional Include by Entity Type

How to apply ODataQueryOptions for DTO to underlying EntitySet?

Entity Framework extra properties are not populated by DbContext.Database.SqlQuery

c# .net entity-framework

Merging ASP.Net Identity DbContext with my DbContext

Deleting Entity Object with 1 to Many Association to View-Based Entity

Extract strongly-typed data context instance from arbitrary query

How to cache DataContext instances in a consumer type application?

How to Implement Database Independence with Entity Framework

Entity Framework - The underlying provider failed on ConnectionString

Entity Framework Many-to-Many Clustered vs. Nonclustered Index

literal or constant as part of composite key in EF code first

Custom code execution in EF migrations

How can I make the Entity Framework Type Provider use the runtime config file?

I'm changing my EF linq query to a stored procedure. Is there an easy way to setup complex mappings?

How to change an EF connection string, based on subdomain of MVC web site?

"EntityType has no key defined" exception although key is defined with HasKey

Excessively high memory usage in .NET MVC/Entity Framework application