Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Multiple Versions of SQL Server using Entity Framework in a single ASP.NET application

Entity Framework Designer Won't add table

entity-framework

Passing Viewbag Data from View to Controller in ASP.Net MVC3 Razor

Entity Framework - C# or VB.Net

Why `DatabaseGenerated(DatabaseGeneratedOption.Identity)` doesn't work in MVC 4

Why should I use Any method instead of Count? [duplicate]

Unable to determine the principal end of an association between the types [duplicate]

One-to-One relationships in Entity Framework 7 Code First

How to update-database Programmatically in EntityFramework Codefirst?

An error occurred while starting a transaction on the provider connection. See the inner exception for details

c# linq entity-framework

Can I create a mock db context which I can add to, then search?

Linq Query with a Where clause in an Include statement [duplicate]

How can I implement a transaction for my repositories with Entity Framework?

Mapping a DTO to an Entity with Automapper

How to close all existing connections to a DB programmatically

Using Entity Framework with an SSAS Cube

entity-framework ssas

The repository itself is not usually tested?

Determine at runtime which db provider is being used, with EF Core

EF - Update multiple rows in database without using foreach loop

c# entity-framework linq

Entity Framework - Correct way to check for single records before using them

c# .net entity-framework