| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What debugging tools come with the .NET SDK? CorDBG | | 1 |
| Can you declare the override method static while the
original method is non-static? | Mind-Tree | 2 |
| What is architecture of your poroject? how i c an say? | Phoenix-Technologies | 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 |
| What?s the top .NET class that everything is derived from? | Visual-Soft | 3 |
| What are nullable types? Is Nullable<int> I and int ?i are same. | TCS | 2 |
| how many catch we can write in thye program? | | 2 |
| What are STA And MTA in threading? | Kanbay | 2 |
| I have a class declared as below
public class a
{
public void add()
{}
}
What is the diference between
a a1 =new a;
and simply
a a1;
| | 1 |
| When Doveloped C# | | 1 |
| directcast(123.34,integer) - should it throw an error? Why
or why not?
| Wipro | 2 |
| how can i return string by vilating duplicates(inpyt like
asdfsda but output should be 2a2d2sf and 2a,2d,2s,f) | Microsoft | 2 |
| What?s the top .NET class that everything is derived from? | | 3 |
| What?s the advantage of using System.Text.StringBuilder over
System.String? | | 1 |
| Which type of variables are under the control of garbage
collector? | Kanbay | 3 |
| can we assign null value to value type in c#? | Microsoft | 10 |
| how to retrive a TextBox value in to Sql database using C#
windows form application coding | | 1 |
| What are Sealed Classes in C#? | | 11 |
| 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 |
| explain synchronous and asynchronous in C# | Synechron | 1 |
| |
| For more C Sharp Interview Questions Click Here |