Knowledge is power.

Today I finally got my brand new copy of Professional ASP.NET MVC 4 😀 I’ve been following Phil Haack‘s blog for a long time and I really like the guy, so this time I decided to give his group a chance and take the book … Now I guess I’m going...

1 minute read

New Website

Simply stated, Worpress is great.

1 minute read

Extracting property name at compile time

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");     }      ...

2 minute read

You have been a thorn in my side…

….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...

1 minute read