| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 | 3 |
| Explain about throw keyword? | HCL | 7 |
| Why are there five tracing levels in
System.Diagnostics.TraceSwitcher? | | 1 |
| may we achieve polyphormsm through overloading a funtion?Is
it right or wrong concept because i read polyphormism can
be achieved through overloading?plz help me thnks | | 1 |
| Where does the dispose method lie and how can it be used to
clean up resources?
| Wipro | 2 |
| Can you store multiple data types in System.Array? | | 6 |
| How to run the program at particular time? It should run
everyday at 3:00 PM. After executing the program should
sleep until next day at 3:00 PM. Please explain with code? | Wipro | 3 |
| what is CLONE() method? | | 1 |
| can we access main() using objects? | ssinformatics | 1 |
| What is manifest ? | Digital-GlobalSoft | 1 |
| How can you overload a method? | | 5 |
| can it possible to acees the virthual method using the
override method object?
plz give me the example | | 2 |
| How?s the DLL Hell problem solved in .NET? | Visual-Soft | 1 |
| how to retrive a TextBox value in to Sql database using C#
windows form application coding | | 1 |
| Difference between C++ and C#.net | TCS | 13 |
| int a = '3' + '4';
char n = (char)a;
What will be answer of n? | | 3 |
| Explain about Protected and protected internal, ?internal?
access-specifier? | | 6 |
| What?s an abstract class? | NIIT | 2 |
| all information | | 1 |
| When compiler adds a default constructor to a class? | TCS | 3 |
| |
| For more C Sharp Interview Questions Click Here |