C Sharp Interview Questions
Questions Answers Views Company eMail

An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?

6 6696

Why multiple inheritance is not possible in c#

8 18624

how can i get this 123456789 1234 6789 123 789 12 89 1 9

Excel,

1 7367

can we access main() using objects?

ssinformatics,

1 3421

what does static void Main(string[] args) in C# mean????????

ssinformatics,

5 35660

why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?

3 13107

When Doveloped C#

2 3319

what is .NET framework architecture ??

IIT, Impetus,

1553

write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #

TCS,

4 10020

how to retrieve binary data from database (using c#.net and sql server/windows application)

Soltius,

2 8482

what is uniary operators and binary operators and what is the difference

Protech,

1 6393

example of uniary operators and binary operators

1416

How to make a class not inheritable other than sealed?

3 5368

How to make a class non-inheritable other than sealed?

7 14638

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;

3 5163


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

Which framework is best for desktop application?

520


Write the syntax for catching an exception in c#?

489


How to create events for a control? What is custom events? How to create it?

541


What are the Types of assemblies that can be created in dotnet

656


What's new in c#?

483






How many aware interfaces are there?

480


What is 8 bit signed integer?

476


What is a delegate? Explain.

536


How is a strongly-named assembly different from one that isn’t strongly-named?

605


What is difference between comparable and comparator?

460


If multiple interfaces are inherited and they have conflicting method names; What will happen ?

504


What is the class in c#?

487


Is enum a value type c#?

524


What types of object can I throw as exceptions?

532


Why do we use threads in c#?

512