danielwertheim

danielwertheim


notes from a passionate developer

Sections


Tags


Disclaimer

This is a personal blog. The opinions expressed here represent my own and not those of my employer, nor current or previous. All content is published "as is", without warranty of any kind and I don't take any responsibility and can't be liable for any claims, damages or other liabilities that might be caused by the content.

C#

Structurizer improvements

Structurizer turns your object graph into a key-value representation (read more in previous post [https://danielwertheim.se/structurizer-object-graph-to-key-values/]). When building the key-value representation it leaves out all null values and keeps the actual values. Each value is contained in a S…

Daniel Wertheim Daniel Wertheim

Introducing MyNatsClient

After my last performance tweaks (read more [https://danielwertheim.se/mynatsclient-it-flushes-but-so-can-you/]) I've finally become satisfied and have chosen to put MyNatsClient out on NuGet [https://www.nuget.org/packages/MyNatsClient/]. There are some changes coming, like removing dependency…

Daniel Wertheim Daniel Wertheim