what is event inheritance and event delegation?
Answer / rathi
The event-delegation model has two advantages over the
event-inheritance model. First, it enables event handling
to be handled by objects other than the ones that generate
the events (or their containers). This allows a clean
separation between a component's design and its use. The
other advantage of the event-delegation model is that it
performs much better in applications where many events are
generated. This performance improvement is due to the fact
that the event-delegation model does not have to repeatedly
process unhandled events, as is the case of the event-
inheritance
model.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is MSIL, IL, CTS?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain what are possible implementations of distributed applications in .net?
What is a .net class?
What is typical about a windows process in regards to memory allocation in dot net?
What are pdbs?
Dynamic Fonts
What is jit compilers?
What is smart navigation?
What is the difference between boxing and unboxing?
What is the use com component in .net?
What is common language specification (cls)?