Can we set image Source dynamically using C# in WPF application?
What is the Difference between read only and constant variables?
How many types of interface are there in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Is arraylist type safe in c#?
Is it possible to implement an interface to a structure? Is it possible to extend a struct? Is it possible to inherit a class to struct?
9 Answers IBM, Logica CMG, TCS,
Can you declare the override method static while the original method is non-static?
What is difference between ilist and list in c#?
What is the use of the static constructor? When static constructor gets compiled?
Why generics are used?
Explain the use of virtual, sealed, override, and abstract method?
What is class sortedlist underneath?
What language do desktop applications use?