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.

.NET

Routemeister optimizations

Just release v0.2.0 of Routemeister [https://github.com/danielwertheim/routemeister]. In this release the internals has be rewritten to use IL Emits to get quicker method invocations. This also allows Routemeister move away from singletons when it comes to resolving instances of the classes implemen…

Daniel Wertheim Daniel Wertheim

JSON.Net Private Setters NuGet

First. I have nothing to do with the awesome official [https://github.com/JamesNK/Newtonsoft.Json] library "Newtonsoft.Json". This is merely a tiny extension to it. In 2010 I was writing a NoSQL'ish document oriented provider over Microsoft SQL Server (SisoDB). While doing this I found…

Daniel Wertheim Daniel Wertheim