C Sharp Interview Questions
Questions Answers Views Company eMail

When a new instance of a type is created, what is the type of method implicitly called?

2 16555

What is the name of the implicit input parameter of a set accessor for any property?

TCS,

1 14963

public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 17158

What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived from?

3 18006

What statements can enclose a "continue" statement?

Fortech,

3 21641

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 19239

Where CANNOT Destructors be implemented ?

3 17426

Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana

1483

how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

1275

how to deplaoy a project in the system?

1 2836

what are the files we need to deploay a project in the system?

2 2993

Can Any body send C Sharp latest interview questions to my mail id: alim.mtech@gmail.com.

1 2387

How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!

1673

Hoe can i connect the table into the c# application?

2 4003

Hi Everyone, the design of the form disappear during writing codes for dataset and data grid. The error show in "line of assigning dataset". I don't know what's happen. If anyone know , please share of technical help from someone. Thanks, Horace Trever

1 2173


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

How you will create satellite assemblies?

478


How big is a 64 bit integer?

499


Explain the difference between “constant” and “read-only” variables used in c#?

499


What is the difference between array and arraylist in c#?

475


What is difference between first and firstordefault?

484






What is the difference between “constant” and “readonly” variables in c#?

489


What is an assembly qualified name

507


What are the types of inheritance in c#?

489


What floating point types is supported in C#?

583


Why we use extension methods in c#?

462


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

568


Distinguish between a class and struct?

495


What do you mean by shared assembly?

578


Is char * null terminated?

511


How we can create an array with non-default values?

498