Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are merge modules?

1076


Is asp.net a programming language?

1075


What is an imagemap in asp.net?

1242


What is session authentication?

1042


What is the life-span of the items in the viewstate?

992


How can you debug your.net application?

1056


Explain how do you deploy your asp.net application?

973


How would you turn off cookies on one page of your website?

999


What is http post and http get?

1067


What are the different types of sessions in asp.net?

1005


What is a 401 redirect?

993


How can you send an email message from an asp.net web page?

1037


Why do we use asp.net?

1086


What’s the difference between response .redirect and server.transfer?

1038


Is asp.net outdated?

1029