What is the lapsed listener problem?
What's wrong with a line like this? Datetime.parse(mystring);
Is it true that objects don't always get destroyed immediately when the last reference goes away?
How big is the datatype int in .net?
How do I spawn a thread?
Difference between machine.config and web.config?
why you wouldn't want to write into it even if you could
Can you write a class without specifying namespace?
What are the new 2.0 features useful for?
Different between .net & j2ee ?
Difference between value type & reference types ?
What is jit compilers?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What operating systems does the .net framework run on?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?