What are the differences between Presenter, Presentation Model, ViewModel and Controller?

前端 未结 6 1768
臣服心动
臣服心动 2020-12-22 19:16

I have a pretty good idea how each of these patterns work and know about some of the minor differences between them, but are they really all that different from each other?<

6条回答
  •  我在风中等你
    2020-12-22 19:53

    At least in .Net, MVP is used as a design pattern. This usually is used with Windows Forms applications, or classic ASP.Net . With MVC, and MVVC, these are usually used with ASP MVC, which uses a fairly different architecture than normal ASP.Net.

提交回复
热议问题