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 the difference between Viewbag and Viewdata in ASP.NET MVC?
what is entity framework advantage?
what is minimum requirement for entity framework applications to run?
What is the use of the default route?
Can we have enum in entity framework?
Mention what is the difference between “ActionResult” and “ViewResult” ?
Is dapper faster than entity framework?
How can you prevent your class to be inherated further
Is .net framework backwards compatible?
Do you know about the new features in ASP.Net MVC 4 ?
How to use Jquery Plugins in ASP.Net MVC validation?
explain what does .edmx file contains?