What is difference between MVC, MVP & MVVM design pattern in terms of coding c#

后端 未结 5 1138
眼角桃花
眼角桃花 2020-11-30 15:52

If we search Google using the phrase \"What is difference between MVC, MVP & MVVM design pattern\" then we may get few URL\'s which discuss the difference between MVC MV

5条回答
  •  Happy的楠姐
    2020-11-30 16:26

    The image below is from the article written by Erwin van der Valk:

    image explaining MVC, MVP and MVVM - by Erwin Vandervalk

    The article explains the differences and gives some code examples in C#

提交回复
热议问题