What is using in c#?



What is using in c#?..

Answer / Shubhangi Srivastava

Using is a directive in C# that allows for namespaces to be imported, making it easier to access classes and other members within the namespace.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are Namespaces?

2 Answers  


Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates

1 Answers  


What is yield in c#?

1 Answers  


What are console applications used for?

1 Answers  


Write a sample code to write the contents to text file in c#?

1 Answers  


What is boxing & unboxing?

1 Answers  


Is xamarin free?

1 Answers  


How to find type of variable?

1 Answers   HCL,


How do I trim a space in c#?

1 Answers  


What is gridview c#?

1 Answers  


What is the use of static in c#?

1 Answers  


What is the .NET collection class that allows an element to be accessed using a unique key?

1 Answers   Siebel,


Categories