we are working in .net namespaces like using
system.io,system.text. these namespace before we
use "using " keyword what means of using?
Answer Posted / avinash bodkhe
the using statement specifies a namespace that the compiler
should look at to find any classes that are refrenced in
our code but which aren't defined in the current
namespaces.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Is there any alternative to avoid name collisions other then Namespaces?
Define a web service in .net?
What is the difference between globalization and localization?
What is active web pages?
How to create events for a control?
How does session work in asp net?
Explain how do you deploy your asp.net application?
What is asp.net mvc? : asp.net mvc
Explain how to prepare culture-specific formatting in .net.
What is loop in asp.net?
How Can assign alias name for ASP.NET Web API Action?
How does session work?
How do you remove duplicates without using remove duplicate stage?
How can you handle unmanaged code exceptions in asp.net?
What are the events that happen when a client requests an asp.net page from iis server?