|
|
-
|
|
By using Linq, how can you get top 5 records?...
|
|
-
|
|
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?"...
|
|
-
|
|
Recently i faced this question, "Where memory for static variables will be allocated?"...
|
|
-
|
|
Some class has a field declared as readonly array, for example:
private readonly int[] _array = new int[10];
Is it allowed to change elements of this array ?...
|
|
-
|
|
Is there any Microsoft product to compare 2 database schemas?...
|
|
-
|
|
Both for static class and abstract class, its not possible to create objects. What is the difference between these two?...
|
|
-
|
|
Can a class have multiple static constructors? Is constructor overloading is permitted?...
|
|
-
|
|
Recently in one of the interview, i got this question, "What is Large Object Heap and what is the significance of this?...
|
|
-
|
|
Can we define abstract class as a static? ...
|
|
-
|
|
What is Lazy instantiation in C#?...
|
|