| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is a pre-requisite for connection pooling? | | 1 |
| How can you clean up objects holding resources from within
the code? | Wipro | 1 |
| Can u create multiple threads of execution ? | IBM | 1 |
| Why would you use untrusted verificaion? | | 1 |
| I have a class declared as below
public class a
{
public void add()
{}
}
What is the diference between
a a1 =new a;
and simply
a a1;
| | 1 |
| When do you absolutely have to declare a class as abstract
(as opposed to free-willed educated choice or decision based
on UML diagram)? | Mind-Tree | 2 |
| Is goto statement supported in C#? How about Java? | | 2 |
| What does assert() do? | | 1 |
| Explain about Protected and protected internal, ?internal?
access-specifier? | | 6 |
| what is Anonymous Method.? and
What is shadowing? | ATS | 2 |
| What?s different about switch statements in C#? | | 2 |
| What are Generics? | TCS | 4 |
| How?s method overriding different from overloading? | | 2 |
| What is the Difference between read only and constant
variables? | SilverKey | 6 |
| how can i display crystalreport in button click?
am working with VS2005 | | 1 |
| what are the events in delegate? | Choice-Solutions | 2 |
| What?s the advantage of using System.Text.StringBuilder over
System.String? | | 1 |
| difference between keyword internal and protected? | HCL | 4 |
| Difference between ByVal and ByRef? | Microsoft | 3 |
| What is use of
super class | NIIT | 1 |
| |
| For more C Sharp Interview Questions Click Here |