18
votes
9answers
942 views
Why is it bad practice to call an eventhandler from code?
Say you have a menu item and a button that do the same task.
Why is it bad practice to put the code for the task into one control's action event and then make a call to that event from the other …
4
votes
10answers
1k views
What are the advantages of c# over, say, delphi/realbasic for windows applications
has anyone ever written an application bigger than its .net luggage?
People used to criticize vb6 for its 2 MB runtime but it rarely dwarfed the app it accompanied.
Today despite having vista on my …
