How to create an alias name for a namespace?
Answers were Sorted based on User's Feedback
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 |
Explain what platforms does the .net framework run on?
What are the levels at which filters can be applied in an asp.net mvc application?
Explain tempdata in mvc?
why DotNetFramework is included in building a software
Explain what languages does the .net framework support?
can we call the garbage collector to run explicicitly?
What are ajax helpers in asp.net mvc?
What is definingquery in entity framework? : Entity framework
How do I install .net framework?
What's the difference between Java and .NET garbage collectors ?
what is VSS? Where we are using?
In which testing using in .net framwork?