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 entity graph in entity framework?
How to bind table colum with gridview column?
What are action filters?
What is controllercontext?
Does .NET Framework support SAX?
Is entity framework slow?
Where is tempdata stored?
Explain the use of Inversion of control (IOC)?
Explain tempdata in mvc?
How to use multiple submit buttons in asp.net mvc?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Mention two instances where routing is not implemented or required?
Explain what is the difference between view and partial view?
What is iobjectset? : Entity framework
Explain dependency resolution?