| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can you prevent your class from being inherited and
becoming a base class for some other classes? | | 2 |
| what is unit testing | | 2 |
| How do you generate documentation from the C# file commented
properly with a command-line compiler? | | 1 |
| Did a generic class can be inherited by a normal class? | TCS | 1 |
| what is an internal specifier? what happens internally when
I use access specifier Internal ? | rsystems | 4 |
| Where are all .NET Collection classes located ? | TCS | 6 |
| How to store image file in Sql server database? | Unique-Software-Systems | 4 |
| How to transpose rows into columns and columns into rows in
a multi-dimensional array? | Microsoft | 2 |
| What?s the difference between an interface and abstract class? | | 4 |
| all information | | 1 |
| Explain constructor? | Wipro | 6 |
| How you will connect to windows directory in c#? | HP | 2 |
| why c# is pronounced as C-sharp instead of pronouncing it as
C-hash? is there any technical reason behind it? | | 2 |
| Why are there five tracing levels in
System.Diagnostics.TraceSwitcher? | | 1 |
| I have to create a windows application using C# .net to
Modifiy the XML file. The application have to show the node
and node value. plz help me. | Merrill-Lynch | 3 |
| what is namespace? | | 6 |
| SqlCommand cmd = new SqlCommand();
using (cmd) {...}
Referring to the above, what method is implicitly called at
the end of the "using" statement?
| IBM | 1 |
| How do you debug an ASP.NET Web application? | | 1 |
| Trace the O/p for a program on inheritance and
Polymorphism. 3 classes A,B,C
A with two methods
public virtual SomeMethodA
public virtual SomemoreMethodA
B:A
overide SomeMethodA
C:B new Method SomeMethodA
override SomeMoreMethodA
main method
{
b new instance of B
b.SomeMethodA
b.SomeMoreMethodA
b1 new instance of C
b1.SomeMethodA
b1.SomeMoreMethodA
} | Proteans | 2 |
| what are the advantages of c# over vb.net? | Choice-Solutions | 6 |
| |
| For more C Sharp Interview Questions Click Here |