Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Cannot convert type string to decimal in linq query

C# + MySql + Code First: Format of the initialization string does not conform to specification starting at index 0

c# mysql entity-framework

EntityCommandExecutionException: Invalid column name 'Entity_Id'

.net entity-framework

Getting a bool or int result from a Stored Proc

c# sql entity-framework

EntityFramework SaveChanges() throws concurrent transaction error

EF Core adding discriminator column to owned entity

EF4 - Context.Entry isn't available to change an Entity State

Build table programmatically for export to/import from JSON?

Removing an item from DataContext and showing the updated values WITHOUT SaveChanges()

How To Save Navigation Properties in the Entity Framework

EF 5 benchmarks

How to set id key to be generated by the database in Entity Framework after model creation using Database First

entity-framework

Entity Framework Share Queries

EF4 Creating a custom DbFactoryProvider and other Db* classes

entity-framework ado.net

How to force a new seed without any migration

c# entity-framework tfs