-
Programming – Code Naming Patterns
A consistent naming pattern is one of the most important elements of predictability and discoverability in a managed class library. This topic provide...
Read More >
-
Reducing number of file requests made to the server
I was just playing with new tool came across IBM Page Detailer. This is similar to Fiddler but IE only. It tracks all requests sent to server time tak...
Read More >
-
Too many overloads? - Making use of Generics
Today I was working on method called “GetSettingValue” that has multiple overloads to satisfy different data types.
Initially I created 3...
Read More >