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 the concept of MVC Scaffolding?
What do you mean by authorization?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
How to prevent client side validation from the ASP.NET validation controls?
Explain what is postback in asp. Net?
What is the difference between a candidate key and primary key?
What is difference between view state and session state?
What is the use of the tag in the web.config file?
How can you ensure a permanent cookie?
What is Web Server Control Templates.?
Which is faster union or union all?
What is in a session cookie?
What is an imagemap in asp.net?
What are the benefits of Razor View?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?