Found this blog post on implementing Model-View-Presenter (MVP) in C#.
While my main need has been testability, the post shows another advantage of separating model and view layers. It's really easy to reuse the model with different presentation technologies. The example is done with both ASP.NET and Win Forms UIs!
Don't know how to start moving existing software into these model-view separated patterns? Which framework to use? Microsoft's ASP.NET MVC Framework still a long way off? I guess that means we're in the same boat. I've got a few custom and smallish webapps in the pipeline that might be good candidates to experiment with this kind of stuff. Might try some of the ideas in the post, just to start me off in what looks to be the right direction.
Previously:
Model-View separated JavaScripts
Wednesday, October 24, 2007
Model-View-Presenter in C#
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment