News

Serialize Tuple and ValueTuples to JSON Array Deserialize JSON Arrays as Tuples and ValueTuples Bridges the gap between JS Destructuring assignment and C# ValueTuples.
You are given a JSON object with various properties and array items. Some of the properties and items contain invalid values such as empty strings, "N/A", and "-". Your task is to remove these invalid ...
So I'm whipping up something quick and dirty for a work project. I've got a C# class that is all string types, nothing fancy, and once the item is created it gets serialized with the new ...
I had a conference call with a potential client 2 days ago, with a 3rd party that is in the running for handling my potential client's cloud-based database management. During the call, they mentioned ...