Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Can Entity Framework handle many to many relationship without an intersection object?

EF 5, Code First - Create a new database and run all migrations programmatically

How to have multiple entities mapped against one table?

Foreign Key To Microsoft.AspNet.Identity.EntityFramework.IdentityUser?

EF 6 code-first with custom stored procedure

Placement of view models/DTOs in onion architecture

Why Does Await Not Appear to Prevent Second Operation on EF Context

EFCore returning too many columns for a simple LEFT OUTER join

SQL Server Recognise SP_EXECUTESQL as object rather than Procedure Name

List<Task> - UPSERT database record using C# Entity Framework

Unable to cast object of type 'System.Data.ProviderBase.DbConnectionClosedConnecting' to type 'System.Data.SqlClient.SqlInternalConnectionTds

Entity Framework, WCF & updates

Is there a simple way to write a custom function in LINQ to Entities?

1-to-1 relationship causing exception: AssociationSet is in the 'Deleted' state. Given multiplicity constraints

An error occurred while getting provider information from the database

Required Properties on optional Entity Framework Complex Types

EF data annotations aren't "working" after targeting .NET 4.5

How to map column and entity propery of different datatypes in entity framework code first

EF6 - Is there a way to clear EF cache / Local items without causing any change into the database?

c# .net entity-framework

Repository and query objects pattern. How to implement complex queries