We are designing a Line of Business application which will use Prism.
The application will use web services and all the business logic will be encapsulated behind the web services.
What we are wondering is for a standard data entry business application will there be any difference between Silverlight and WPF?
In general if you use standard controls,use MVVM, avoid COM, other windows dependent stuff, it should be OK but it depends:
In the worst case you will end up with just different XAML's for views and some places with code like that: