Feeds:
Posts
Comments

Archive for September, 2008

As we use multicast delegates to have multiple function get called as soon as delegate is called upon. In good practice, we call these kinds of delegates in case functions not returning any value; if there are then we should make use of multicast events in place of delegates calling the functions. But if we [...]

Read Full Post »

Many times we need to collect a number of results depending upon certain conditions. And for that we need to create some sort of collection objects, inserting the output to that collection and then returing that collection at last. But it is very cumbersome to do that. Rather a simple way to do that is [...]

Read Full Post »

Some times we need to modify/broaden the data type of a data column which at the time of creation we thought of having small range/values. But later on, there is demand for that column to accomodate the larger range of values. There can be some points which need to be looked into before modifying any [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 30 other followers