Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » Generics (RSS)
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...