Tagged with "csharp"
Solving the Dictionary JSON Serialization Puzzle in .NET
Handling custom dictionary keys in .NET JSON serialization.
Tagged with: csharp, programming
Fine-Tuning JSON Serialization in .NET
A small guide to custom JSON converters
Tagged with: csharp, programming
Favicon Quantization
It has nothing to do with quantum mechanics, I think.
Tagged with: csharp, programming
Rider Plugin Recommendations
A couple of plugins that I use in my day to day work.
Tagged with: csharp, programming, tools
Type Alias
Why you might want to use a type alias in C# instead of an enum.
Tagged with: csharp, programming