How do I develop c# apps?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is the difference between int16 and int32 in c#?

0 Answers  


What is difference between list and ilist in c#?

0 Answers  


Can you inherit from multiple classes in c#?

0 Answers  


What are properties and indexer?

1 Answers   TCS,


what is IEquatable

0 Answers   Wipro,






class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Can constructor be overloaded in c#?

0 Answers  


What is encapsulation in csharp?

0 Answers  


What is boolean conditions in c#?

0 Answers  


Tell me the difference between value passing and address passing?

0 Answers   NIIT,


What is eager loading in c#?

0 Answers  


What is difference between ilist and list in c#?

0 Answers  


Categories