Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

LINQ or ADO.net Entity Framework - which to learn?

Create<Object> vs new <Object> in Entity Framework

Entity Framework 6 - Code First: table schema from classes' namespace

entity-framework

How does Entity Framework generate a GUID for a primary key value?

Entity Framework 6 + SQLite

MySQL Entity Framework Error - The specified store provider cannot be found in the configuration, or is not valid

c# mysql entity-framework

Error-Attempt by method 'X.set_DbConnection(System.Data.Common.DbConnection)' to access method 'Y.get_Settings()' failed

How to add Serializable attributes in all entities generated by Entity Framework 5.0

c# entity-framework

Entity Framework getting an sql connection

c# entity-framework

Entity Framework Include() is not working within complex query

c# linq entity-framework

What is the best way to marshall data in/out of the plug-ins?

Faking IDbSet<T> with support for async operations

The binary operator Equal is not defined between type Nullable<Int32> and Int32

Put business logic in entity

Best practice calling scalar functions with Entity Framework Core (2.1)

Using Entity Framework Code First Migrations in a DVCS Project

Create new parent and child on the same page