Just an extract from this article. It’s something I always find VERY useful (in situations where speed is not one of our concerns, of course) protected string ExtractPropertyName<T>(Expression<Func<T>> propertyExpression) { if (propertyExpression == null) { throw new ArgumentNullException("propertyExpression"); } ...
2012, Mar 28 — 2 minute read….for far too long, Avatar. Yes, I’ve finally bought it, but I don’t want to talk about it (moreover I’m still too much involved in Skyrim, I haven’t even launched the game….). The real leitmotiv today is Videum! I did it….at last. 4 months of hard work, far from being complete...
2012, Feb 21 — 1 minute readYeah, I missed you too guys. Anyway, this took me a while to find out. But things like these are exactly what makes my job a continous research for enlightenment. In a nutshell, seems that in IIS7 there’s a different way to setup httpHandlers. And I’m not referring to the...
2012, Feb 09 — 3 minute read