-
DotNetNuke by each type of user prospective
When you are migrating your site from other platform or creating brand new site and looking for platforms - first question comes in mind is how it wil...
Read More >
-
Checklist of SqlDataProvider file
Following is checklist that must be performed before every new commit for SqlDataProvider files.
File name is correctly capitalized. Make sure ...
Read More >
-
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 >