September 2005 - Posts

Joke :)

The girl gets irritated with the smoke and says to her lover:

"Can't you see the warning written on the cigarette packet,

Smoking is dangerous to your health?"

The boy replies back

"Darling, I am a programmer, we don't worry about

WARNINGS, we only worry about ERRORS!

DataSet vs. DataReader

I have a to make a decision between using DataSet or DataReader. I am working on dating portal and my dilemma whever to fill dataset once and make all possible action like views , search and etc on it. Another option is to use collections for storing data but i need to get data from data base each time. I read in some article that dataset thirty times slower than datareader, but there are some other opinions regarding this issue. I would like to hear what do you think?