Is c# code is managed or unmanaged code?


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

Post New Answer

More C Sharp Interview Questions

Why we use anonymous methods in c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


Which is the best language for desktop application?

0 Answers  


What are the collections in c#?

0 Answers  


What is yield return in c#?

0 Answers  






What is the difference between public, static, and void?

0 Answers  


What is the use of functional interface?

0 Answers  


What is the difference between a constant and a static readonly field?

0 Answers  


What is helper method in c#?

0 Answers  


can we create an empty interface with no definitions? If so, how it should be called in the class?

3 Answers   IBM,


What is default class in c#?

0 Answers  


What?s the difference between the Debug class and Trace class?

2 Answers   Siebel,


Categories