Explain the concepts of cts and cls(common language specification).


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 const and readonly in c#.net?

0 Answers  


what are delegates? How you used then in your project?

10 Answers   Hawk Eye, IndiaTimes, Kanbay,


Is string null or empty?

0 Answers  


What is garbage collection? How to force garbage collector to run?

0 Answers  


How does dependency injection work c#?

0 Answers  






What is indexer c#?

0 Answers  


public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


Why do we need properties in c#?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?

3 Answers  


Explain how to parse a datetime string?

0 Answers  


Is double a decimal?

0 Answers  


What is a constructor in c#?

0 Answers  


Categories