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)

2 results in tag: jsonserializer

How to serialize into a json from entity?

I'm trying to serialize an (Entity Framework 6) entity into json. I am making sure the entry is in memory before serializing via the AsNoTracking() method however I get an error as it cant receive a value form a different table that is referenced in the e...
c# entity-framework entity-framework-6 jsonserializer
asked by user5524649

Self referencing loop in Entity Framework Core models when using InverseProperty

I have the following models:... public class MasterData { [Key] public Guid ID { get; set; } [Required] public string Name { get; set; } [InverseProperty(nameof(DetailData.MasterData))] public List<Detaildata> Details { get; ...
c# entity-framework-core jsonserializer
asked by Nestor

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!