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
How route table has been created in ASP.NET ASP.Net MVC?
What is .net framwork?
Mention some action filters which are used regularly in ASP.Net MVC?
What is entity graph? : Entity framework
What is .net architecture?
What is viewbag title?
What is the difference between renderaction and renderpartial?
List out few different return types of a controller action method?
explain how you can load related entities in ef (entity framework)?
Explain the use of Inversion of control (IOC)?
Can you please explain the request flow in ASP.NET MVC framework?
How to change the action name in mvc?
What is ViewData and TempData in ASP.Net MVC?
Explain what is routing?
What is the difference between tempdata and viewbag?