Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Private constructor on POCO entity preventing lazy loading

entity-framework poco

Return data from 2 tables with Entity Framework

c# .net entity-framework

What is the simplest thing to do when database schema changed using EF code first

Context is not updating loaded entity after being mapped using AutoMapper

Connection String Name and Entity Framework

Entity framework with OData(Web API) is sending Order By clause By default to Sql Query

C# safely build an SQL string to execute using Entity Framework

c# sql entity-framework

How would I mimic User.IsInRole()

c# Json.net DbGeography deserialize error

Understanding MVC-5 Identity

How to query all tables that implement an interface

What steps to get rid of Collection was modified; enumeration operation may not execute. Error?

Oracle Entity Framework provider doesn't store DateTime.Now with milliseconds

Add-Migration: The type initializer for 'System.Net.ServicePointManager' threw an exception

Entity Framework 7 Fluent API Doesn't Recognize IsOptional()

How do I rename the last entity framework migration applied on the database

Why are foreign keys in EF Code First marked as virtual?

WEB API .NET Action with custom endpoint names

Entity Framework Core 2.0 Scaffold view from existing database

GetEntityTypes: configure entity properties using the generic version of .Property<TEntity> in EF Core