|
|
-
|
|
Can we overload methods in a webservice? ...
|
|
-
|
|
Can we define abstract class as a static? ...
|
|
-
|
|
Does .NET support multiple inheritance?...
|
|
-
|
|
Recently in one of the interview, I faced this tricky question, "What is the advantage for compiling to intermediate code instead of native code directly?"...
|
|
-
|
|
By using Linq, how can you get top 5 records?...
|
|
-
|
|
Is it possible to add custom object as a key in HashTable,if so how to retrieve the stored value?...
|
|
-
|
|
Is there any Microsoft product to compare 2 database schemas?...
|
|
-
|
|
Recently i faced this question, "Where memory for static variables will be allocated?"...
|
|
-
|
|
How do you invoke a method in a abstract class without inheriting the class?...
|
|
-
|
|
1. What is default access modifier for interface?
2. Is it possible to specify access modifier as "Protected" for interface? ...
|
|