how dot net compiled code will become platform independent?


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

Post New Answer

More C Sharp Interview Questions

What is callback method in c#?

0 Answers  


What is an interface class in c#?

0 Answers  


How do I make a dll in c#?

0 Answers  


Where are all .NET Collection classes located ?

8 Answers   TCS,


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


Why do we overload constructors?

0 Answers  


Why to use “finally” block in c#?

0 Answers  


What is the difference between first and firstordefault?

0 Answers  


What is the difference between abstract class and interface in c#?

0 Answers  


What is type safe in c#?

0 Answers  


What are synchronous and asynchronous operations?

0 Answers  


How do I do a case-insensitive string comparison?

0 Answers  


Categories