Explain about c# language.



Explain about c# language...

Answer / Atif Masood

"C# is a statically-typed, object-oriented programming language developed by Microsoft as part of the .NET initiative. It provides language interoperability across several platforms and is compiled to Common Intermediate Language (CIL) before being executed on the Common Language Runtime (CLR). C# supports features such as classes, interfaces, delegates, events, properties, indexers, generics, and exception handling."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why is dll used?

1 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


What is transparent caching with aop ?

1 Answers  


What are properties and indexer?

1 Answers   TCS,


Can main method be final?

1 Answers  


Why abstract class is not instantiated in c#?

1 Answers  


Can we return two values from a function?

12 Answers   MD Synergy,


What is asp net c# corner?

1 Answers  


How can you achieve run time polymorphism in C#?

1 Answers   Hexaware,


Is cli same as the clr?

1 Answers  


Explain About .Net remoting

1 Answers   Digital GlobalSoft,


How to use the sreamReader class to read form a text file?

1 Answers   MCN Solutions,


Categories