in Search
     

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
All Tags » .NET » rants (RSS)
  • 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 by jokiz on 06-27-2006
    Filed under: Filed under: , ,
  • 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 by jokiz on 05-16-2006
    Filed under: Filed under: ,
  • 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 by jokiz on 11-29-2005
    Filed under: Filed under: , ,
  • 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 by jokiz on 03-17-2005
    Filed under: Filed under: , , ,
Page 1 of 1 (4 items)