.NET - Bubbling Events Up the Control Hierarchy
One of the major problems I encountered among developers during project development in .Net is event handling when there are several levels of events bubbling up.
Of course that when application is simple, everything is simple, but when you are trying to do a great application interface, even worse: when the Customer wants everything to happen on one page and there it is no way to convince him on the possible risks, then events, and especially the order of raising those events might cause serious waste of time.
http://aspnet.4guysfromrolla.com/articles/051105-1.aspx
Of course that when application is simple, everything is simple, but when you are trying to do a great application interface, even worse: when the Customer wants everything to happen on one page and there it is no way to convince him on the possible risks, then events, and especially the order of raising those events might cause serious waste of time.
http://aspnet.4guysfromrolla.com/articles/051105-1.aspx
0 Comments:
Post a Comment
<< Home