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 reaches v1

Routemeister is not a big library. It's quite tiny actually and after having felt at it a bit in real usage, I decided to make a few changes to it and I now consider to API "stable" so it has reached v1.0.0. What is it? For new readers... Routemeister is a small NuGet built with one s…

Daniel Wertheim Daniel Wertheim

Routemeister and Autofac

With the release of v0.3.0 the internal routing as well as the strategy for creating handlers got access to a MessageEnvelope. The envelope carries the message and custom state. This custom state can with middlewares be used to e.g. assign a certain Autofac child lifetime scope [http://autofac.readt…

Daniel Wertheim Daniel Wertheim

Routemeister and middlewares

Today I released v0.3.0 of Routemeister, where I added a new router that allows you to hook in middlewares in a way similar to how you can to in Owin. This means, you e.g. can intercept, wrap or exit the pipeline before the message is routed to its handler. Use the new router First lets get som rou…

Daniel Wertheim Daniel Wertheim