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...


How to create an alias name for a namespace?

Answers were Sorted based on User's Feedback



How to create an alias name for a namespace?..

Answer / venky

To craate alias names for namespaces "using" keyword is used...
for example..
using System.out.println sys;
here we r allowed to use "sys" instead of writng all these "System.out.println " in code .

Is This Answer Correct ?    19 Yes 5 No

How to create an alias name for a namespace?..

Answer / govind

using aliasname = System.IO;

Is This Answer Correct ?    12 Yes 4 No

How to create an alias name for a namespace?..

Answer / sm

using 'using' keyword

Is This Answer Correct ?    4 Yes 0 No

How to create an alias name for a namespace?..

Answer / naren

using <aliasname>=<namespace>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers  


what is entity framework advantage?

0 Answers   Microsoft,


what is minimum requirement for entity framework applications to run?

0 Answers   Microsoft,


What is the use of the default route?

0 Answers  


Can we have enum in entity framework?

0 Answers   Microsoft,


Mention what is the difference between “ActionResult” and “ViewResult” ?

0 Answers  


Is dapper faster than entity framework?

0 Answers  


How can you prevent your class to be inherated further

1 Answers  


Is .net framework backwards compatible?

0 Answers  


Do you know about the new features in ASP.Net MVC 4 ?

0 Answers  


How to use Jquery Plugins in ASP.Net MVC validation?

0 Answers  


explain what does .edmx file contains?

0 Answers   Microsoft,


Categories