| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can you store multiple data types in System.Array? | | 4 |
| Can you store multiple data types in System.Array? | Satyam | 9 |
| How can you clean up objects holding resources from within
the code?
| Wipro | 4 |
| If a class is having 4 variables namely type double,type
integer,type string,type decimal.
If we create an instance of that class those variables which
gets into this instance are value types or reference types? | Kanbay | 3 |
| I am using a data table and a datagridview.
I am creating two columns in data grid view :
1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn.
The items of datagridviewcombo are the list of all items in
data table column 1.
I want that the data type of the DataGridViewTextBoxColumn
should be the same as the data type of the item selected
from the datagridviewcombo at runtime.
How can I do that.Also I want that each cell in column of
datatable should be of variable data type.
Pls help.
thnx.
| Storm | 1 |
| Can you change the value of a variable while debugging a C#
application? | | 1 |
| How can you sort the elements of the array in descending order? | | 3 |
| What?s the implicit name of the parameter that gets passed
into the class? set method? | Visual-Soft | 2 |
| what is an internal specifier? what happens internally when
I use access specifier Internal ? | rsystems | 4 |
| What does the keyword virtual mean in the method definition? | Visual-Soft | 2 |
| Explain manifest & metadata? | Wipro | 5 |
| What?s the difference between System.String and
System.StringBuilder classes? | | 4 |
| How to make a class non-inheritable other than sealed? | | 3 |
| What?s the .NET datatype that allows the retrieval of data
by a unique key? | | 2 |
| Can you prevent your class from being inherited and becoming
a base class for some other classes? | | 4 |
| what is read only and constant | IBM | 8 |
| explain synchronous and asynchronous in C# | Synechron | 1 |
| Will finally block get executed if the exception had not
occurred? | | 2 |
| How To Maintain Transaction In C#? | Phoenix-Technologies | 1 |
| What is ENUM? | Wipro | 5 |
| |
| For more C Sharp Interview Questions Click Here |