Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
dbc
dbc has asked
5
questions and find answers to
552
problems.
Stats
16.6k
EtPoint
5.8k
Vote count
5
questions
552
answers
About
dbc questions
How can I serialize a multi-level polymorphic type hierarchy with System.Text.Json in .NET 7?
How to handle both a single item and an array for the same property using System.Text.Json?
How can I serialize a Stack<T> to JSON using System.Text.Json without reversing the stack?
How can I parse JSON with comments using System.Text.Json?
How to use default serialization in a custom System.Text.Json JsonConverter?
dbc answers
Constructor of a XmlSerializer serializing a List<T> throws an InvalidOperationException when used with XmlAttributeOverrides
Json Ignore when writing default in certain Type C# [duplicate]
Remove icon automatically by dropped file on RichTextBox
Is this a bug in JSON.NET or Entity Framework or am I doing something wrong while trying to serialize a list of Exceptions with JSON.NET?
C#: Best way to have XML element name from generic type name
Newtonsoft.json IsoDateTimeConverter and DateFormatHandling
JsonConvert.Deserializer indexing issues
C# reflection - get object value from property value within JSON ContractResolver
JObject ToString with StringEnumConverter not working
Serializing float with maximum precision without changing target type