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 / raman
actually namespace is the set of classes in dll form that
are declared. now to define that particular set of classes
in our program we use namespace and keyword "using"
provides that particular namespace. in short it is a
preprocessor.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how to prepare culture-specific formatting in .net.
What is asp.net mvc5? : Asp.Net MVC
Explain the steps needed to be performed in order to create an animation in xaml?
What is the difference between web.config and machine.config in ASP.NET?
What is the use of session state and application state and difference between them?
What are early binding and late binding.
How to prevent client side validation from the ASP.NET validation controls?
What is the difference between dispose() and finalize()?
Define tracing.
What is difference between View State and Hidden Field in ASP.NET?
How to disable validator control by client side JavaScript?
How is session id generated?
Which namespace is used by ado.net?
What is asp net objects?
What is class and object in asp.net?