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 are the Core features of ASP.NET MVC?
How route table has been created in asp.net mvc?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Define the core components of an ASP.NET MVC application?
What is ViewStart Page in ASP.Net MVC?
what is complex type?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What are the new features 3.5 framework against with the tool?
Mention the core components of .net framework?
Explain the new features 3.5 framework against with the tool?
Difference between ASP.NET MVC and ASP.NET WebForms?
What are ajax helpers in asp.net mvc?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Possible ways to prevent xss attacks on mvc application?
Which are the important namespaces used in mvc?