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

What is the difference between a page theme and a global theme?

548


3. What goals do you have in your career?

1424


Explain page output caching?

532


What is meant by server side scripting?

528


What is a proxy in web service?

566






What is a reflection?

590


What does occur first in ASP.Net, Authentication or Authorization?

566


What are the main advantages of using asp.net?

560


What is difference between mvc and asp.net? : Asp.Net MVC

576


How can you register a custom server control to a web page?

556


Why select Web API?

570


Is asp.net 64-bit enabled? How?

595


What are the authentication types in asp.net?

577


What is HTTPModule and HTTPcontext? What is the use of each?

1997


What is a url string?

555