C Sharp Interview Questions
Questions Answers Views Company eMail

what are ways to debug the code step by step except using breakpoints?

1 2659

Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

1893

Write an expression which satisfies the following statements: (i) Creates an object of type q (ii) If m is null, returns n, otherwise returns m (iii) If x and y are string types, it concatenates x and y

1 3316

I have a very important query in my mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for about an year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.

1 3132

What is the difference between String s(Small s) and String S(Capital S)?

4 8710

i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...

Royal Enfield,

1 3542

STATIC METHOD CAN BE OVERLOADING AND OVERIDNG? IS POSSIBLE IN iN c# .NET AND WHAT IS THE REASON??

IBM, TCS,

3 15321

How did you implemented classes in your project?

TCS,

1 6179

what is lamda expression?

3 4671

why we can't create an object for a static class?? what is the reason behind this?

HCL,

4 10505

what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

CTS,

1494

what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

Satyam,

1436

what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

Satyam,

2 4684

What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

HCL,

1 4058

what is meant inheritance. can you exaplain what kind inhertance ussed in your project

1 3170


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?

532


What is the delegate in c#?

484


What is boolean conditions in c#?

491


What are delegates and why are they required?

499


What is sealed class in c#?

514






Can the accessibility of a type member be greater than the accessibility of its containing type?

548


What is extension method in c# and how to use them?

465


write a c# program add two matrix with input number ?

555


Can a class have more than 1 destructor?

502


What are annotations in c#?

513


Which is faster dictionary or list?

526


What is variable in c#?

504


Why do we need constructor?

481


What does f mean in c#?

507


Why do we need generics in c#?

504