Is MVVM dead in Windows 8 Store Apps?

前端 未结 4 796
不思量自难忘°
不思量自难忘° 2021-02-08 06:42

I have started learning about Windows 8 Store Apps.

I recall from Silverlight and WPF programming earlier that people adapted the MVVM concept and now I am not sure if

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-08 07:03

    I recommend http://stylemvvm.codeplex.com, It's written from the ground up to support Metro projects (C#, C++/CX, HTML/JS). It includes a full IOC, implementation for ICommand & Attached Command Behaviors, Services for Tiles, badges, Toasts and Charms. It also includes a nice Mediator class that is dispatcher aware. Plus a number of visual studio templates to help get you started.

    Note: I might be biased since I wrote it :)

提交回复
热议问题