| Other C Sharp Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Error handling and how this is done ? | Digital-GlobalSoft | 1 |
| How do you generate documentation from the C# file
commented properly with a command-line compiler? | | 1 |
| what is the difference between c-sharp and vb.net?What kind
of security or advances we find in both languages? | DataPoint | 1 |
| What is Abstraction? | Tech-Mahindra | 3 |
| What are the the three types of DAO ? | | 1 |
| what are value types and reference types? where they are stored? | Kanbay | 4 |
| difference between keyword internal and protected? | HCL | 4 |
| What is the use of giving more than one CATCH BLOCK in one
TRY block? Directly we can give that catch(Exception e)?Why
we go for arrayoutofbound Exception,divided by zero etc..?
Explain | | 2 |
| what is the main differnce between const,readonly and static | CDAC | 3 |
| What?s the .NET datatype that allows the retrieval of data
by a unique key? | | 2 |
| What is the Difference between directcast and ctype?
| Wipro | 1 |
| what does static void Main(string[] args) in C# mean???????? | ssinformatics | 3 |
| what is the difference between finally and dispose methods? | HCL | 3 |
| 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?
| | 3 |
| What?s the advantage of using System.Text.StringBuilder
over System.String? | | 1 |
| What are the valid parameter types we can pass in an
Indexer ? | CMC | 3 |
| 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 |
| What does assemblyinfo.cs consists ? | Microsoft | 2 |
| Whats the use of string builder? | ADITI | 1 |
| Describe the accessibility modifier protected internal. | Visual-Soft | 1 |
| |
| For more C Sharp Interview Questions Click Here |