What is static constructor, when it will be fired? And what is its use?
What are pdbs?
What is strong-typing versus weak-typing? Which is preferred?
Will it go to finally block if there is no exception happened?
Is atl redundant in the .net world?
Should I use readerwriterlock instead of monitor.enter/exit?
Whate are resource files?
Can "this" be used within a static method?
Where does the gac exist ?
What are multicast delegates?
What is static constructor, when it will be fired?
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?