| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how can i display crystalreport in button click?
am working with VS2005 | | 1 |
| what is diffrence between protected ,internal and protected
internal??
whether protected field available in derived class which is
outside the assembly.
if not ..this is possible by which access modifiers?? | | 1 |
| Explain the Scope of
public/private/friend/protected/protected friend. | Wipro | 1 |
| Explain ACID rule of thumb for transactions. | | 1 |
| What are the different generaions of Garbage Collection and
how do they work | | 3 |
| What?s a satellite assembly? | | 1 |
| SqlCommand cmd = new SqlCommand();
using (cmd) {...}
Referring to the above, what method is implicitly called at
the end of the "using" statement?
| IBM | 1 |
| Difference between C++ and C#.net | TCS | 10 |
| Why are there five tracing levels in
System.Diagnostics.TraceSwitcher? | | 1 |
| What?s the top .NET class that everything is derived from? | | 2 |
| How do you implement Inheritance in dot net ? | MMTS | 2 |
| How can we acheive inheritance in VB.NET ? | TCS | 1 |
| Can you allow class to be inherited, but prevent the method
from being over-ridden? | | 2 |
| What is Dispose method in .NET ? | TCS | 2 |
| What is overloading and how can this be done ? | MMTS | 2 |
| what is the difference between passing a value object by
reference and a reference object by value? | TCS | 2 |
| If a base class has a bunch of overloaded constructors, and
an inherited class has another bunch of overloaded
constructors, can you enforce a call from an inherited
constructor to an arbitrary base constructor? | | 1 |
| What is the raise event used for?
| Wipro | 1 |
| What is the use of giving more than one CATCH BLOCK in one
TRY block? Directly we can give that catch(Exception e)?Why
we go for arrayoutofbound Exception,divided by zero etc..?
Explain | | 2 |
| why do we use Overloading, Overriding, Boxing, Unboxing,
and what is the use of these ? | eXensys | 2 |
| |
| For more C Sharp Interview Questions Click Here |