About Me
Hi, I'm Simon Whittemore, a developer living in London. I've been a Developer for about 14 years, and have been working with .NET and C# since version 1.0. I have extensive experience developing maintainable, well architected Web and Desktop Applications in the Financial and IT Services industries, and have successfully integrated Open Source .NET applications and frameworks into processes and software.-
Recently on Twitter
Tag Archives: Presentation Model
Windows Forms Presentation Model Implementation
As mentioned last time, the Presentation Model pattern allows us to decouple our UI Model from our domain model. Briefly restated, this is a good thing, as we do not want UI concerns to leak into our domain model, and … Continue reading
Posted in UI, Windows Forms
Tagged Presentation Model, UI, Windows Forms
Comments Off on Windows Forms Presentation Model Implementation
Presentation Model in Windows Forms
So, certain UI patterns are getting a fair bit of coverage in the .net community currently. Jeremy Miller and Glenn Block for instance, have been posting about this pattern in the past week or so. My current project has Windows … Continue reading
Posted in UI, Windows Forms
Tagged Development, Presentation Model, UI, Windows Forms, Winforms
Comments Off on Presentation Model in Windows Forms