Is cli same as the clr?


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

Post New Answer

More C Sharp Interview Questions

What is marker interface?

1 Answers   TCS,


Why would you use untrusted verification?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


How do I unload an assembly?

0 Answers  


Diff b/w casting and boxing

4 Answers   Wipro,






Why c# is type safe?

0 Answers  


What is sql transaction in c#?

0 Answers  


How do I declare inout arguments in c#?

0 Answers  


Enlist the different types of classes in c#?

0 Answers  


Why do we use threads in c#?

0 Answers  


Can abstract class have constructor in c#?

0 Answers  


how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

0 Answers  


Categories