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 |
What is "out" parameter how it is used in methods?
How route table has been created in asp.net mvc?
In which circumstances you used delegates?
what is Assemble
What is edm designer? : Entity framework
Explain what is the difference between view and partial view?
How do assemblies find each other?
how do you truncate a table using entity data model?
What are the versions of .net framework?
If Controller is not there in MVC Pattern what happens?
Explain the methods used to render the views in ASP.Net MVC?
What is the benefit of entity framework?