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
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is session and application variable in asp net?
What is server side routing?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Can you use Web API with ASP.NET Web Form?
Why is global asax is used for?
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?
What is Cookies Less Session?
What is the difference between adding reference in solution explorer and adding references by using ?
Which is the parent class of the web server control?
What is special types forms
How do you open a page in a new window?
Explain how to prepare culture-specific formatting in .net.
What New Features comes with ASP.NET Web API 2.0?