Archive for August, 2009

Runaway ArrayCollections

Recently, I was racking my brain trying to solve a problem I had with a DataGrid not refreshing data. It took me a while to find the reason, so to help someone else with the same problem, I decided to write about it. Background I had an ArrayCollection of custom classes called Build. Those Build [...]

Continue reading » No comments

Four Considerations for Custom Components

Tags: , , , , , , , ,

In this article, I’m going to discuss four considerations for developing high quality custom components: Portability Flexibility Performance Weight Using these considerations, you’ll be able to develop more professional, usable components. Even if I don’t think I will use my component in another project, I like to use these principles.

Continue reading » No comments