Tagged Questions

5
votes
4answers
334 views

What are the main drawbacks of using Presentation Model in code behind?

I am trying to prepare myself for being challenged with the question: "Why cant we just implement the presentation model in the code behind?" In fact I have worked on a project where we used a ...
3
votes
6answers
840 views

What are the differences between MVP, Presentation Model, MVVM and MVC?

I have a pretty good idea how each of these patterns work some of the minor differences between them, but are they really all that different from each other? It seems to me that the Presenter, ...
2
votes
4answers
832 views

What are the biggest pain points with the ViewModel pattern?

Glenn Block and I have been working together on the ViewModel pattern. We’ve been trying to identify the biggest pain points associated with the pattern, with the goal of adding framework support to ...
0
votes
1answer
95 views

WCF RIA Capping out at 4096 Records

I would like to preface this with a "I am a Silverlight Noob"! So bare with me... Just wanted to know if anyone has run into this problem or knows why this is happening. I am doing a really simple ...