开发者

MVC type framework for WPF

开发者 https://www.devze.com 2023-01-27 09:54 出处:网络
Is there any sort o开发者_运维问答f framework like ASP.NET MVC available for WPF?I know the principles can be applied to both desktop and web applications, e.g. with commands instead of requests being

Is there any sort o开发者_运维问答f framework like ASP.NET MVC available for WPF? I know the principles can be applied to both desktop and web applications, e.g. with commands instead of requests being routed to actions in WPF etc.

PS I also miss model based, wizard generated code in WPF. The MVC stuff is hardly prize winning, but it makes life a lot easier than coding absolutely every view by hand, from scratch, like I now have to do in WPF.


The standard design pattern for WPF code is MVVM (Model View, ViewModel), and there are a couple of frameworks for that available, as described here: https://stackoverflow.com/questions/1280462/what-mvvm-framework-are-you-using

0

精彩评论

暂无评论...
验证码 换一张
取 消