Sharp Architecture for Winform apps?
- by CF_Maintainer
The Sharp Architecture Contrib seems to suggest it is possible. It seemed like they had a dependency on "PostSharp" which has now been replaced with Castle interceptors.
Has anyone used the Sharp Architecture for a non Web project?
How was the experience?
Does that mean one is locked in with castle as the IoC container when using Sharp architecture for non web purposes?
If not Sharp Architecture, then what are some of the favored application frameworks for the non web world [spring.NET?] ?
If one were to start a green field Winforms app, what application framework would be desirable?