Answer Posted / raju jaiwardhan
When two programming elements share the same name, one of
them can hide, or shadow, the other one. In such a
situation, the shadowed element is not available for
reference; instead, when your code uses the element name,
the Visual Basic compiler resolves it to the shadowing
element.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Is .net framework backwards compatible?
What is web api‘s in asp.net mvc 4 ?
What is the 'page life cycle' of an ASP.NET MVC?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
Describe the gac in the .net framework.
How we can multiple submit buttons in ASP.Net MVC
What is the greatest advantage of using asp.net mvc over asp.net webforms?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is stateless model?
Explain Sections is ASP.Net MVC?
What is entity framework in asp net?
How you can implement custom validation in asp.net MVC?
Name a few different return types of a controller action method?
What is mapping in entity framework? : Entity framework
What is entity framework? : Entity framework