What is equal c#?


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

Post New Answer

More C Sharp Interview Questions

What are the 2 types of data types available in c#?

0 Answers  


What is generic delegates in c#?

0 Answers  


What is the use of static in c#?

0 Answers  


What is int parse in c#?

0 Answers  


How do partial classes work in c#?

0 Answers  






What is multithreading? What are the problems that comes with multithreading and how to manage them?

0 Answers   MCN Solutions,


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

3 Answers  


Is c# the same as d flat?

0 Answers  


How many digits is a 32 bit number?

0 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


In c#.Net Application For DataGridview binding which method is faster in below two case?Why..? 1)looping-Using For loop 2)Databinding direct using Dataset

4 Answers   CTS,


Explain the difference between a struct and a class?

0 Answers  


Categories