zzz projects Entity Framework Core EF Core
Home Articles Knowledge Base Online Examples
  • Home
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework Core - Knowledge Base (KB)

3 results in tag: fluent-entity-framework

EF Core fluent mapping to inner object properties

I have a class that contains some properties. For some architectural reasons, I have an instance of another objet into my class....Simple example...public class MyEntity { public MySubEntity SubEntity {get; set;} } ...For this, I create fluent mapping ...
c# entity-framework-core fluent-entity-framework
asked by cdie

EntityFramework Core Fluent Model Builder Key and Property

Ok so in entity framework 6 I would have had a key and property database generation in one statement:...modelBuilder.Entity<Function>() .HasKey(x => x.Id) .Property(x => x.Id) .HasDatabaseGeneratedOption(Dat...
c# entity-framework entity-framework-core fluent fluent-entity-framework
asked by lanky393

PropertyBuilder<T> Does Not Contain A Definition For HasColumnType

I just built up a bunch of POCO classes and a DbContext class utilizing EntityFramework Core and the Scaffold-DbContext NuGet Package Manager Console command....It generated a bunch of code and most of it is fine, except there are several calls to HasColu...
c# entity-framework-core fluent-entity-framework
asked by KSwift87

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!