Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Sharp Interview Questions
Questions Answers Views Company eMail

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

1 3336

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.

2305

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 3835

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 3756

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

4 9917

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 4270

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

IBM, TCS,

3 17276

How did you implemented classes in your project?

TCS,

1 6945

what is lamda expression?

3 6188

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

HCL,

4 11854

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

CTS,

1897

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

Satyam,

1846

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

Satyam,

2 5593

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 4664

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

1 3816


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

What method is used to sort the elements of the array in descending order?

921


How do I get deterministic finalization in c#?

1022


What is data annotation in c#?

888


Constructor to an arbitrary base constructor?

945


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

2232


What is a linq in c#?

839


What is the difference between structure and class in c#?

919


What is the difference between read and readline in c#?

880


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

882


Explain the difference between passing parameters by value and passing parameters by reference with an example?

902


What is using directive in c#?

1001


What is the task perform by clr?

991


How can I create image pieces/sub image?

900


Illustrate race condition?

862


List some of the basic string operation?

881