Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

LINQ to Entities does not support extension method?

The data reader has more than one field error while calling a procedure that returns an integer

MigrateDatabaseToLatestVersion no running Seed() method

.NET Core Entity Framework - Add migration for Context in class library

should I use Entity Framework instead of raw ADO.NET

entity-framework csla

How can I add default values to a property when saving using Code First EF4.1?