Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

'No Entity Framework provider found' for EF 6 and SQLite 1.0.96.0

Entity Framework 6 Cannot build after adding stored procedures to data model

How can I use use Entity Framework to do a MERGE when I don't know if the record exists?

Enable Entity Framework 6 for MySql (C#) in WinForms of Microsoft Visual Studio 2013

Why does Entity Framework 6.x not cache results?

Entity Framework 6 with SQLite 3 Code First - Won't create tables

Upgrade EF 4 EDMX to EF 6

EF 6 database first: How to update stored procedures?

Problems using Entity Framework 6 and SQLite

Error: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'

Application can't scaffold items

Is it possible to set a unique constraint using Entity Framework Code First?

How do I remove underscore of foreign key fields in code first by convention

Log Queries executed by Entity Framework DbContext

'Code First From Database' Template not showing in Visual Studio Entity Data Model Wizard

Save detached entity in Entity Framework 6

Get entity navigation properties after insert

FindAsync and Include LINQ statements

c# linq entity-framework-6

How entity framework works for large number of records? [closed]

Does Entity Framework support parallel async queries? [duplicate]