Click here to Skip to main content
15,867,308 members

Comments by Andy Missico (Top 13 by date)

Andy Missico 6-Nov-13 19:58pm View    
Reason for my vote of 2 \n The trigger template is non-standard. Should be protected override void On{EventName}({EventName}Args e), the caller is the "trigger". The On... method should only raise the event with the specified argument. Also, the use of delegate is not needed in newer version of C#.
Andy Missico 2-Sep-11 2:04am View    
Article already exists. I bookmarked this link http://www.codeproject.com/KB/macros/ListVisualizer.aspx last Saturday.
Andy Missico 1-Sep-11 20:26pm View    
See Visual Studio's LINQ samples (Language Samples\LINQ Samples\SampleQueries). It has an ObjectDumper class. I modified it a little and it doesn't handle indent/unindent properly, yet it is extremely helpful. It is one of my standard "dump" routines.
Andy Missico 1-Sep-11 20:21pm View    
It is not about making you "feel-dumb" or how much "better-coder" I am but actually answering questions in the context asked and helping someone in need. :O)
Andy Missico 1-Sep-11 6:06am View    
It is not so bad changing the display attribute. After a few modifications, you have a debugger display string that stays with and becomes part of the class.