| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How?s the DLL Hell problem solved in .NET? | | 2 |
| How do you generate documentation from the C# file commented
properly with a command-line compiler? | | 1 |
| What does assert() do? | | 1 |
| How do you inherit from a class in C#? | Visual-Soft | 2 |
| If we inherit a class do the private variables also get
inherited ? | TCS | 1 |
| interface a
{
Method1()
Method2()
}
class b: a
{
override Method1()
override Method2()
}
what will happen & why?
| | 3 |
| What is indexers in C# | Bodhtree | 1 |
| Tell me something about Exceptions. What is the common
exception class? | HCL | 4 |
| how can i display crystal report in button_click? am
working with VS2005..........plz help me | | 1 |
| Why is it a bad idea to throw your own exceptions? | | 2 |
| What?s the difference between System.String and
System.StringBuilder classes? | | 1 |
| WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ? | | 2 |
| Explain ACID rule of thumb for transactions. | | 1 |
| can u tell me any one steps for creatting sn.k | | 2 |
| What is Dispose method in .NET ? | TCS | 2 |
| How to throw an caught exception from cath block? | TCS | 3 |
| Can we have the method in drived class with the same name
which is there in base class? | TCS | 5 |
| what is the difference between interface and abstraction? | Choice-Solutions | 3 |
| What?s a multicast delegate? | Visual-Soft | 2 |
| how to use caching in our program. why we use it give one
example in code | | 1 |
| |
| For more C Sharp Interview Questions Click Here |