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


Please Help Members By Posting Answers For Below Questions

To redirect the user to another page which method do we use without performing a round trip to the client?

708


what is silver light when will we use silver light,

1651


Which dll handles the request of .aspx page?

736


Explain the role of global.asax?

711


How long does an http session last?

677






How do I use a proxy server when invoking a web service?

692


Disable Mouse right click on web page in asp.net?

750


How to improve performance of web application asp.net mvc? : Asp.Net MVC

701


Which validator control you use if you need to make sure the values in two different controls matched?

823


What are the Types of objects in ASP

745


What is the concept of view state in asp.net?

750


Explain about ASP.NET?

811


What is %20 in a url?

685


What is caching? Explain.

717


What is the difference between mechine.config and web.config?

955