Ivan's Space
Writing about leadership, management, emotional resiliency, software engineering, tech, gadgets.
PicasaUploader 0.5: Upload videos
I have released version 0.5 of PicasaUploader – the simple PicasaWeb uploader tool. Changes:
IBM
I started at IBM UK (Hursley Labs) on Monday but it is only today that I got my permanent badge with all the security clearance added for the ultra confidential work I will be doing. 😀 One of the goodies when working in the restricted area is that only the...
Three new featurelets for Fluent NHibernate
Lately I have been using Fluent NHibernate and NHibernate respectively for my ORM (Object-Relational Mapping) when working on my top secret pet project. Simply put – it’s great. Mapping is done using a fluent C# interface which makes use of lambda expressions for referencing properties instead of strings (check my...
How to avoid passing property names as strings using C# 3.0 Expression Trees
Referencing property names via strings is evil. Consider this simplistic example:
HowTo Disable the Unsigned Security Warnings on Windows Mobile
The security warnings when deploying unsigned applications from Visual Studio to a real Windows Mobile device can get very annoying. Thankfully they can be disabled with a hack and here is how.