| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What does the term immutable mean? | Techno-Labs | 2 |
| Is string reference type / value type? | Accenture | 33 |
| What namespaces are necessary to create a localized application? | | 1 |
| Is XML case-sensitive? | | 2 |
| What?s the advantage of using System.Text.StringBuilder over
System.String? | | 1 |
| What is stack and heap? | Wipro | 4 |
| localization using windows c# | | 2 |
| what is garbage collection? | Protech | 6 |
| Difference between direct type casting and using "as" keyword? | TCS | 1 |
| Why is it a bad idea to throw your own exceptions? | | 3 |
| Is array reference type / value type? | Accenture | 6 |
| Which type of variables are under the control of garbage
collector? | Kanbay | 3 |
| How do you create multiple inheritance in C#? | Microsoft | 3 |
| Difference between multi-level and multiple inheritance? | Microsoft | 3 |
| what is an internal specifier? what happens internally when
I use access specifier Internal ? | rsystems | 2 |
| f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output
should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1
occurs 4 times, 2 occurs 2 times like so.
| | 2 |
| Can an Assembly have multiple versions | TCS | 9 |
| What is a private constructor? where will you use it? | Fulcrum-Logic | 3 |
| What?s a multicast delegate? | Visual-Soft | 2 |
| C# provides a default constructor for me. I write a
constructor that takes a string as a parameter, but want to
keep the no parameter one. How many constructors should I write? | Visual-Soft | 1 |
| |
| For more C Sharp Interview Questions Click Here |