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
List the advantages and disadvantages of user control an custom control?
Does web services support data reader like pom project?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
How to find out what version of asp.net I am using on my machine?
What are the disadvantages of view state?
Can we create a multiple user simultaneously ?
Explain about the Class view window?
What is difference between session and application in asp net?
Can master pages be nested?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Is oauth for authentication or authorization?
Explain the difference between Repeater and Data list control in ASP.NET?
What are the authentication types in asp.net?
When should I use server transfer and response redirect?
What is the difference between cache and cookies?