Why to use “using” in c#?


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

Post New Answer

More C Sharp Interview Questions

What?s the implicit name of the parameter that gets passed into the class? set method?

1 Answers  


What is concrete method in c#?

0 Answers  


What is the raise event used for?

1 Answers   Wipro,


how many catch we can write in thye program?

2 Answers  


Explain about WSDL

0 Answers   Digital GlobalSoft,


What is view model in c#?

0 Answers  


Explain about ODP.net

0 Answers  


Is friend a constructor?

0 Answers  


What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default

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 is continue in c#?

0 Answers  


What is xor operator in c#?

0 Answers  


Categories