Ramakrishnan
Ramakrishnan

Reputation: 5436

MVVM VS WPF Browser Application?

How to use MVVM in WPF Browser Application?

I want to know how to use MVVM in WPF Browser application,

Is that really worthful when comapre with Silverlight?

Which technology is having higher performance for mvvm Silverlight or WPF?

I am going to have my Business layer using ASMX 2.0 (or) WCF

Please help me on this,

Thanks in advance.

Upvotes: 1

Views: 425

Answers (1)

Blake Blackwell
Blake Blackwell

Reputation: 7795

A good place to start is by looking at the PRISM framework. It will allow you to implement the MVVM pattern in a WPF browser application. I have been using this technique for sometime without any issue.

Upvotes: 1

Related Questions