Has anyone created a control architecture using the taligent programming model as follows?
http://www.wildcrest.com/Potel/Portfolio/mvp.pdf
The question is how do you implement or map the IInteractor concept (Page 9) to a .net interface? Currently the guess is to use the IInputElement interface as a the event source for all UI input controls.
If anyone has already implemented the taligent pattern in .net I would like to know if it is applies to both Silverlight and WPF? If yes does it apply to the union of their interfaces.
Finally this represents the unified fractal abstract architecture and can displace PresentationFramework.dll. If you see this applies as a control architecture please comment.
