What is your preferred way of creating application specific files for a local application?

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Wivuu.JsonPolymorphism

    Adds System.Text.Json serializer support for polymorphism with a discriminator attribute

  • There is a System.Text.Json compatible library https://github.com/wivuu/Wivuu.JsonPolymorphism that could do this. Does that work for you?

  • Protobuf.NET

    Protocol Buffers library for idiomatic .NET

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • JsonSubTypes

    Discriminated Json Subtypes Converter implementation for .NET

  • Personally I've had good success with JsonSubTypes for deserializing discriminated unions from JSON. It'll serialize stuff into the right type, and then you just need a switch statement to typecast it afterwards.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • .Net 6 - Rest Api is deserializing property of "object" type to JsonElement type (System.Text.Json)

    1 project | /r/dotnet | 17 Jul 2022
  • An API receives different message types

    1 project | /r/csharp | 8 Sep 2021
  • How to create a data-driven software product that indicates pre-coded functionality?

    1 project | /r/csharp | 9 Jun 2021
  • Orjson: Fast, correct Python JSON library

    1 project | news.ycombinator.com | 28 May 2024
  • GitHub Actions e a Magia dos Triggers: Automatizando Tarefas com C#

    3 projects | dev.to | 8 May 2024