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
mention what is the key advantage of using entity framework or ef?
what do you mean by table-per-hierarchy?
How to change the action name in ASP.Net MVC?
What is layout in mvc?
what is scalar property?
How we can invoke child actions in ASP.Net MVC?
What are the sub types of ActionResult?
What are Action Filters in ASP.NET MVC and its use?
Why is entity framework used?
what is split entity?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
How to change the action name in mvc?
What are the possible razor view extensions?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
what is entity graph in entity framework?