Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » Performance (RSS)
Speeding up startup time for applications that use NHibernate
I just read a very cool NHibernate trick to let your application start faster that was mentioned by Ricardo Peres: Configuration cfg = new Configuration().Configure(); IFormatter serializer = new BinaryFormatter(); using (Stream stream = File.OpenWrite...
In search for the fastest IList to IList<T> conversion
I was yet again busy with a generic data layer. I like type safety as it provides compile time safety instead of run-time. The current released Db4o build (6.1) does not support type safe result list thus I had a need to convert these. My first approach...
Software RAID and virtualisation
I have 3 harddrives in my home computer and today I though lets experiment with software RAID. So I first made some room on my drives and then created a 3 disk wide software RAID partition in Windows. After that I migrated my development virtual machine...