Chris van de Steeg

What's practical is logical


Blog archive for the ‘c#’ Category


Nov
22

91


Inspired by David Ebbo’s blog post ‘Turn your Razor helpers into reusable libraries’ I wanted to be able to embed compiled Razor views in a dll. This would allow for easy distribution of asp.net mvc ‘modules’ that have their default ...Read More »
Apr
16

Making Unity work more like the others

Posted in c# by Chris van de Steeg Tags : , ,

4


I love MS Unity as an IoC container, it has some great features. Though I found it to function incorrectly at two points (it's not that the path chosen by the Unity team is incorrect, I just want/excpect it to ...Read More »
Dec
02

12


I checked out the latest version of Fluent NHibernate today and noticed the AutoPersistenceModel. I looked at the unit-tests to see what it’s supposed to do and I loved what I saw… Let’s say you have a 2 simple ...Read More »