Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to stay DRY whilst using LINQ to Entities and helper methods?

SQL Server Profiler - Why are some calls RPC:Completed and Some Calls SQL:BatchCompleted

Entity Framework 5 Code first adding an image

SelectMany creates lots of SQL select statements instead of one with join

What is the purpose of ApplicationServices connection string in Entity Framework Code First scenario?

Entity Framework - relationship with fake Foreign Key (no foreign key in the db)

Npgsql integration with Entity Framework Code First

entity-framework npgsql

C# Linq Column Name as variable

c# linq entity-framework

EF6 eager load single property of related entity

c# entity-framework

MySql Connector EF6

mysql entity-framework

Should repositories be properties on the unit of work when using Entity Framework?

MVC 5 or MVC 6 for a MVC beginner [closed]

Is it ok to have entity framework logging set to debug window in production source code?

Is there a way to inline external functions into an EF Linq query?

c# .net linq entity-framework

EF, ASP MVC + dependency injection. Issues with multiple concurrent requests and DB connectivity

ASP.net vNext and Entity Framework 6

Entity framework, code first : Avoid unwanted connections to the azure master database

Transaction for ExecuteSqlCommand in Azure

Stop EF from trying to create initial DB

Should I Treat Entity Framework as an Unmanaged Resource?