.Net Framework Architectural Discussion

mixed

New Member
I have been reviewing .net frameworks (MVP, MVVM, MVC etc) as part of my investigations into developing a new application.
The application will run on a SQL Server backend and to begin with will have 3 separate implementations: WPF, ASP.Net and Windows Phone 8. Once the initial development has concluded I will begin work on an Android and iPad version using the mono framework. My issue is this - what would be the best framework to use?
I'm happy having a web service separate the presentation from the backend business objects but I'd like to encapsulate as much code in the backend to make the presentation technology easy to implement.
I'm really looking for some advice from anybody with experience. Actual example would be ideal as googling seems to throw up loads of conceptual discussions but not much in the way of actual examples. A lot of people seem to be good at talking or explaining the principles but it's hard to convert those to code without examples.
Many thanks in advance.
 
Back
Top