| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 | 1 |
| Explain ACID rule of thumb for transactions. | | 1 |
| What?s a multicast delegate? | | 1 |
| ctype(123.34,integer) - should it throw an error? Why or
why not? | Wipro | 1 |
| How?s method overriding different from overloading? | | 2 |
| why do we use Overloading, Overriding, Boxing, Unboxing,
and what is the use of these ? | eXensys | 2 |
| Explain manifest & metadata? | Wipro | 3 |
| Explain manifest & metadata.
| Wipro | 1 |
| Can you change the value of a variable while debugging a C#
application? | | 1 |
| What are the ways to deploy an assembly? | | 1 |
| How do you debug an ASP.NET Web application? | | 1 |
| Is array reference type / value type ? | Accenture | 1 |
| how to store the value in textbox using delegates if we have
two user control. the value will be called from one user
control to another user control. Loading and unloading will
be done through delegates. | | 1 |
| What is the Difference between read only and constant
variables? | SilverKey | 5 |
| What?s the difference between // comments, /* */ comments
and /// comments? | Visual-Soft | 1 |
| int i = 1;
int j = 1;
System.Console.WriteLine(i == j);
System.Console.WriteLine(i.ToString() == j.ToString());
System.Console.WriteLine((object)i == (object)j);
Give the sample code above, what is the output to the console?
| | 1 |
| write code for Factorial? | Tech-Mahindra | 4 |
| How do you create multiple inheritance in C#? | Microsoft | 3 |
| can we assign null value to value type in c#? | Microsoft | 7 |
| What is a pre-requisite for connection pooling? | | 1 |
| |
| For more C Sharp Interview Questions Click Here |