What is the purpose of namespace in c#?


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

Post New Answer

More C Sharp Interview Questions

Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records

0 Answers   DELL,


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


What does this keyword mean in c#?

0 Answers  


Why do we use partial class in c#?

0 Answers  


What is the difference between const and static read-only?

0 Answers  






What does type safety mean?

0 Answers  


What is arraylist c#?

0 Answers  


Which is faster abstract class or interface in c#?

0 Answers  


What are c# i/o classes?

0 Answers  


What is a .exe extension files? How is it similar to .dll extension files?

0 Answers   Accenture,


how to convert String array to StringBuilder array or vice versa?

3 Answers   Wipro,


What are the methods in c#?

0 Answers  


Categories