What is desktop application testing?
How do you inherit from a class in C#?
How do I get deterministic finalization in c#?
What is type safe code?
Is null == null c#?
I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.
How Reflection is used and what it's significance ?
How do I do implement a trace?
Is arraylist generic in c#?
What is method and function in c#?
How do I register my code for use by classic com clients?
Is it possible to inline assembly or il in c# code?
How can we insert 100 records @ a time without using for loop into the databse