What is a static field?
Why are dynamic link library used over static one?
Is it possible to have a static indexer in c#?
What?s a delegate?
What is the difference between disposing of () and finalize() methods in c#?
How many root nodes are there in an xml document?
define ispostback and give some examples
What is the difference between readkey and readline in c#?
How do you concatenate in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
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 long has c# been around?
Why delegate is used in c#?