May 2005 - Posts

27 May 2005
Test Driven Development
I’d like to address an unpopular topic Test Driven Development. For some reason most developers don’t like Test Driven Development. One of the main pillars of TDD is the fact that a developer has to develop the test before he even begins to code. I see that many programmers still use a nice... Read More...
Filed under:
27 May 2005
Resource Class Generator
Rene showed me the existence of the ResourceClassGenerator. This custom tool generates a typed class of your resources. That way you don't have to look in the Resource files to get the name of the resource, because you use intellisense from your code. Because of that there is no risk of looking up a... Read More...
Filed under:
27 May 2005
Layout in UIPAB
I lately looked into the User Interface Process Application Block. I read the documentation (as always :)) and discovered the possibility of the layout manager. The layout manager lets you abstract the layout from your form to a separate class. This can be useful for project where the layout is not yet... Read More...
Filed under: