Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of a web form?
Explain the tools used for unit testing in ASP.Net MVC
What is tempdata?
what is way of loading data in ef (entity framework)?
Does .NET Framework support SAX?
What type of filter does outputcacheattribute class represents?
What is html.renderpartial?
What is the difference between ViewData, ViewBag and TempData?
What are the advantages of asp.net mvc?
What is the difference between partial and renderpartial?
How can I return string result from action in asp.net mvc?
How to make sure Client Validation is enabled in ASP.Net MVC
What is razor code?
Can I set the unlimited length for "maxjsonlength" property in config?
What is filters in web api?