What is the difference between const and readonly in c#.net?


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

Post New Answer

More C Sharp Interview Questions

Is namespace necessary in c#?

0 Answers  


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

0 Answers  


How to implement an object pool in c#.net.

0 Answers  


Explain about c# language.

0 Answers  


What is ildasm.exe used for?

0 Answers  






What is session state in asp net c# with example?

0 Answers  


How to put assembly in gac?

0 Answers  


Can we have 2 main methods in c#?

0 Answers  


What is short circuit logical evaluation?

1 Answers   TCS,


Define assert() method? How does it work?

0 Answers   Siebel,


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,


What is dapper in c#?

0 Answers  


Categories