|
|
-
|
|
How do you invoke a method in a abstract class without inheriting the class?...
|
|
-
|
|
Which command is used to re-seed the identity value?...
|
|
-
|
|
1. What is default access modifier for interface?
2. Is it possible to specify access modifier as "Protected" for interface? ...
|
|
-
|
|
Recently i was asked this question in an interview, "When garbage collector will be executed?"...
|
|
-
|
|
What is use of INotifyPropertyChanged?...
|
|
-
|
|
Recently in an interview, I faced this question
What is difference between user control and custom controls?...
|
|
-
|
|
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 it possible to create index on more than one column?...
|
|
-
|
|
In SQL Server, on a primary key column, is it possible to create Non-Clustered index?...
|
|
-
|
|
When the control doesn't reach the "Finally" block?...
|
|