Fluent Silverlight – Table of content
In a series of posts I would like to introduce our Fluent Silverlight framework and discuss the important concepts behind it and describe some implementation details. This post will be updated continuously as I am adding new posts to the series
Table of content
The first three articles where I introduced the new framework as well as an article of Ray Houston about the technique we use for our view models to implement the INotifyPropertyChanged interface
- Fluent Silverlight – Part 1
- Fluent Silverlight – Part 2 – Binding Properties
- Fluent Silverlight – Part 3 – Binding Events to Commands
- [Ray] : Fluent Silverlight – Auto Wiring INotifyPropertyChanged
and here are the post that discuss the more recent version of the interface
- Implementing a fluent API
- Fluent API and inheritance
- Binding dependency properties to model properties
- Static reflection
- Binding control events to actions
- Working with code based templates
more to be published soon…