DevPinoy.org
A Filipino Developers Community
All Tags » .net » rants (RSS)
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Visual Studio 2003 hate list

    here are some list of the behaviors that i hate with Visual Studio 2003. I hope most of them are fixed with the 2005 version. Crashing while attempting to attach to a process i started experiencing this back in my previous company and once in a while i experience it, until now i haven't got any clue...
    Posted to jokiz (Weblog) by jokiz on 06-27-2006
  • why i hate reflection

    one reason is because it is so powerful that a developer can even use it to modify the underlying private field of a readonly property. i mean come on, if you hit this roadblock, there's a problem in your design. in my opinion, reflection is not designed to be used this way.
    Posted to jokiz (Weblog) by jokiz on 05-16-2006
  • collapsible code sections (#region, #endregion)

    visual studio .net comes with the #region and #endregion directives to be able to collapse code sections using the IDE. by default, the generated code (i.e. InitializeComponent method block) which is used by winform and webform designer to recreate the forms at design time are enclosed in this block...
    Posted to jokiz (Weblog) by jokiz on 11-29-2005
  • Property Naming WTF

    I got tired of seeing a common property of our controls (since it is part of an interface) and this week, I got fed up and can’t take it anymore seeing them. AlignmentInContainer You might suggest ContainerAlignment but layout properties obviously relates the control to its immediate parent container...
    Posted to jokiz (Weblog) by jokiz on 03-17-2005
Page 1 of 1 (4 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems