| Other C Sharp Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| Can variables defined in interface. If yes how we can
call/use it in class. |
Synechron | 2 |
| Can you change the value of a variable while debugging a C#
application? |
| 1 |
| What is extended method in c# |
iNautix | 3 |
| What debugging tools come with the .NET SDK? |
| 1 |
| Write code for palindrome? |
Tech-Mahindra | 10 |
| How to make a class not inheritable other than sealed? |
| 3 |
| In all methods of an interface should be derived? |
| 5 |
| What is the best method to fill the GridView. using
SqlDataReader or Dataset and why |
CA | 5 |
| What is Partial class? What purpose we use it? |
ACS | 5 |
| what is the diference between casting and converting? |
| 2 |
| 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?
|
| 5 |
| How can you overload a method? |
| 6 |
| |
| For more C Sharp Interview Questions Click Here |