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

How to sign out from forms authentication?

996


What is the current version of asp.net?

941


What is the maximum number of classes that can be contained in one dll file?

1164


What is the difference between adding reference in solution explorer and adding references by using ?

1023


Name the two properties are on every validation control?

937


What is slidemaster?

865


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

917


Explain the Session state management options available with ASP.NET?

972


Explain what is clr?

978


What are the different session state management options available in asp.net?

943


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

966


What is Web API Routing?

1093


Explain about consistent programming model in the .NET framework?

1026


What is a form tag?

838


What symbol would you use to denote, the start of a code block in aspx views?

918