| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is a delegate? | | 4 |
| what are the files we need to deploay a project in the
system? | | 1 |
| Can two catch blocks be executed? | | 12 |
| About delegates and events? | ADITI | 2 |
| Can u create multiple threads of execution ? | IBM | 1 |
| How?s method overriding different from overloading? | | 3 |
| Will finally block get executed if the exception had not
occurred? | | 1 |
| What?s an interface class? | | 4 |
| SqlCommand cmd = new SqlCommand();
using (cmd) {...}
Referring to the above, what method is implicitly called at
the end of the "using" statement?
| IBM | 1 |
| what is the difference between c-sharp and vb.net?What kind
of security or advances we find in both languages? | DataPoint | 1 |
| What are iterators? | TCS | 4 |
| What namespaces are necessary to create a localized application? | | 1 |
| Trace the O/p for a program on inheritance and Polymorphism.
3 classes A,B,C
A with two methods
public virtual SomeMethodA
public virtual SomemoreMethodA
B:A
overide virtual SomeMethodA
C:B
new Method SomeMethodA
override SomeMoreMethodA
main method
{
b new instance of B
b.SomeMethodA
b.SomeMoreMethodA
b1 new instance of C
b1.SomeMethodA
b1.SomeMoreMethodA
} | | 1 |
| How we free the memory in C#.NET. | Synechron | 2 |
| What is a resource? Provide an example from your recent
project.
| Wipro | 1 |
| what is reference parameter?
what is out parameters?
what is difference these two? | Bally-Technologies | 9 |
| Did a generic class can be inherited by a normal class? | TCS | 1 |
| What are the types of threading models ? | Digital-GlobalSoft | 1 |
| what r arraylist?
what the use of Hashtables? | | 4 |
| 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 |
| |
| For more C Sharp Interview Questions Click Here |