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 edm (entity data model)? : Entity framework
How to create an alias name for a namespace?
Is .net framework backwards compatible?
What is Jit compilers?.how many are available in clr
How does work clr?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
What are the benefits of .net framework?
Where are the value-type variables allocated in the computer RAM ?
Difference between <connectionstring> and <appsettings>
Is .net core replacing .net framework?
What are differences between entity framework and l2s? : Entity framework