Tag Archives: C#

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 …

Read more »

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: If at some point the property gets renamed the code will compile fine but a bug will be introduced as all those strings that contain the property name will …

Read more »

PicasaUploader 0.3: Batch Image Scaling/Resizing

I have just released version 0.3 of my PicasaWeb Uploader tool. The new things are: High quality batch image resizing/scaling on the fly prior to upload. Memory usage performance improvements. Get it from (and also for more information): http://i-nz.net/projects/picasauploader

PicasaUploader 0.2: A simple upload tool for PicasaWeb

I have just released version 0.2 of my PicasaWeb Uploader tool. The new things are “Send To” right-click integration on Windows and username/password saving. Get it from (and also for more information): http://ivanz.com/projects/picasauploader.