My series on agile UI development in .NET consists of several individual posts. To simplify navigation, you’ll find here an up-to-data table of contents with links.
Stay tuned for updates…
My series on agile UI development in .NET consists of several individual posts. To simplify navigation, you’ll find here an up-to-data table of contents with links.
Stay tuned for updates…
[…] see here for my solution to this. Share with your geek […]
[…] October 18th, 2009 Goto comments Leave a comment In the last two posts of this series (table of contents) I explained the need for a new UI design pattern: changeability and […]
[…] October 17th, 2009 Goto comments Leave a comment In the first post in this series (table of contents) I explained why agile software development influences the choice of the UI design pattern. For […]
[…] table of contents for following posts. Share with your geek […]
[…] Tools October 20th, 2009 Goto comments Leave a comment In the last post of this series (table of contents), I showed you the big picture of my UI design pattern. Before I can start showing you sample code […]
[…] Agile UI Development in .NET: View October 24th, 2009 Goto comments Leave a comment Last time we started looking at sample code with the view-model class for the UI to send messages on channels (table of contents). […]
[…] in .NET: Presenter November 1st, 2009 Goto comments Leave a comment Next in my series (table of contents) on agile UI development in .NET is the presenter. The presenter is responsible to drive the UI […]
[…] a comment In my series on agile UI development in .NET, we have seen quite a lot so far (table of contents). But up to now, we never made a call to the model (business logic, services and so on). This is […]
[…] Agile UI Development in .NET: Nested Views January 2nd, 2010 Goto comments Leave a comment Today, we”l have a look at nested views in my series on agile UI development in .NET using an extended MVVM pattern (table of contents). […]