Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 5.0 Benchmark Test

Data grouping in SQL

c# sql entity-framework

OnModelCreating - forcing new creation

How to setup Entity Framework / SQL Server with Mono

entity-framework mono

API Versioning with ASP.NET Web API and Entity Framework

Unable to find the requested .Net Framework Data Provider. (SqlClient)

Unable to create a constant value of type 'Anonymous type'

what should CRUD (Insert and Update) functions return ?

SQL Server CE Code First migrations problems

Entity Framework 5 always try to connect to sqlexpress instead of local db

entity-framework localdb

Entity Framework 5.0 code-first with MySQL Connector 6.6.5.0 on .Net 4.5

Entity Framework optional:optional relationship

c# entity-framework

Sort on discriminator - EF

c# entity-framework

using same dbContext for Identity and other db entities

Foreign key properties in domain entities

Random order with Entity Framework and MySQL

c# mysql entity-framework

Entity Framework 6 One-Way relationship using Code First

How do I rename entity framework .edmx file

Add discriminator column as a part of a unique index in Entity Framework

Building a dynamic where clause for dynamic keywords or using IQueryable C# Linq