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 / smriti
With the help of the keyword using, it is possible to
create an alias name for a namespace or type. For example
using con = System.Console; // Create an alias
class MyClient
{
public static void Main()
{
con.WriteLine("Hey rajesh! how you");
}
}
Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
To redirect the user to another page which method do we use without performing a round trip to the client?
what is silver light when will we use silver light,
Which dll handles the request of .aspx page?
Explain the role of global.asax?
How long does an http session last?
How do I use a proxy server when invoking a web service?
Disable Mouse right click on web page in asp.net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Which validator control you use if you need to make sure the values in two different controls matched?
What are the Types of objects in ASP
What is the concept of view state in asp.net?
Explain about ASP.NET?
What is %20 in a url?
What is caching? Explain.
What is the difference between mechine.config and web.config?