-
Sub-Queries gotcha
Posted by on February 09, 2009 12:04
Sub-Query (SubQ now on) is query within query. We can write SubQ at many levels just followed is example of various places where SubQ is generally use...
Read More >
-
Using #Region to structure code
Posted by on November 03, 2008 12:08
One of the best things came in .Net for developer is #Region. #Region lets you specify a block of code that you can expand or collapse when using the ...
Read More >
-
DotNetNuke by each type of user prospective
Posted by on July 02, 2008 12:10
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
Posted by on July 01, 2008 12:10
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
Posted by on June 03, 2008 12:11
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
Posted by on April 07, 2008 12:13
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
Posted by on March 03, 2008 04:14
Today I was working on method called “GetSettingValue” that has multiple overloads to satisfy different data types.
Initially I created 3...
Read More >