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
618
problems.
Stats
17.7k
EtPoint
6.1k
Vote count
5
questions
618
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
How to find json token by value and then delete the token
Deserialization via Newtonsoft for classes with a reference loop, private constructors and private/internal properties setters
Record's read-only Property not getting recalculated when using `with`?
RibbonComboBox not showing initial selected value
How to deserialize and then put data into form?
Invert enum flags
C# - OutOfMemoryException saving a List on a JSON file
Why am I getting "'System.Array' does not contain a definition for 'AsBuffer'" with this WinRT code?
How to convert JArray to KeyValuePair structure in C#?
JsonPropertyAttribute ignored on private property in derived class