WPF: Is Prism overkill for small apps?

后端 未结 3 2245
天涯浪人
天涯浪人 2021-02-19 10:26

If I don\'t split my app into different modules (otherwise I would argue that Prism would defo be the way to go) should I use Prism?

I know that Prism gives a convenient

3条回答
  •  时光说笑
    2021-02-19 10:41

    For smaller apps, caliburn micro provides a simpler framework. To me prism is especially useful when you need to define regions in your application.

提交回复
热议问题