Welcome to MSDN Blogs Sign in | Join | Help

February 2006 - Posts

Speaking in March

If you're in the Copenhagen or Århus area in the beginning of March, you may have the opportunity of going to the local Mød Microsoft ( Meet Microsoft ) event, where I'll be delivering a day-long seminar on Applied Architecture with Enterprise Library
Posted by ploeh | 2 Comments
Filed under:

Serializing Read-Only Collections to Code

In some cases, a Component or Control may have the need to contain a read-only collection of complex objects. Additionally, although you don't want to enable a developer to change the collection itself at design time, you still want to make it possible
Posted by ploeh | 0 Comments

Towards Unit Testing Component Serializers

When writing complex components or controls, it is sometimes necessary to implement custom CodeDOM serialization of the control. If the code serialization logic is complex, it would be nice if it was possible to unit test this logic. It's not quite as

Unit Testing Control Designers

One of the inherent problems of control development is that it doesn't lend itself easily to unit testing. After all, you are developing a user interface, and it's necessary to validate that it looks as expected. While that's true, more complex control
 
Page view tracker