Why 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

how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


Can mvc be used for desktop applications?

0 Answers  


Explain get and set accessor properties?

0 Answers  


What is anonymous methods in c#?

0 Answers  


Explain manifest in c#.

0 Answers  


Is list passed by reference c#?

0 Answers  


Explain the difference between Response.Write () and Response.Output.Write ().

0 Answers   Atos Origin,


What?s the difference between an interface and abstract class?

2 Answers   Patni,


What is this keyword in C#?

0 Answers  


How to navigate from one page(form) to another page(form) using C#.net...please give me the example

6 Answers  


How do you generate documentation from the C# file commented properly with a command-line compiler?

2 Answers  


What are generics in c#.net?

0 Answers  


Categories