开发者

GUI Development Framework for .Net?

开发者 https://www.devze.com 2023-03-19 01:24 出处:网络
I\'m searching for a framework to simp开发者_运维百科lify the development of Winform graphic interfaces. I mean a framework with good implementation of GUI patterns (like MVC, Action, Undo, Observer,

I'm searching for a framework to simp开发者_运维百科lify the development of Winform graphic interfaces. I mean a framework with good implementation of GUI patterns (like MVC, Action, Undo, Observer, Container ...)

I'm tired of writing them every time just to find out that I forgot a little bit here and there!

Thanks.


First thing to do is look at Codeplex.com for WinForms Frameworks. There you will find some such as:

Rocket Framework -Windows http://rocketframework.codeplex.com/

Claymore MVP http://claymore.codeplex.com/

koossery.MVCwin: an MVC open source framework for winform .NET applications http://koosserymvcwin.codeplex.com/

and more...

Or as mentioned by others, you can switch to WPF which allows you to use patterns such as WPF Apps With The Model-View-ViewModel MVVM using Microsoft Frameworks such as Prism. Here some info: http://msdn.microsoft.com/en-us/magazine/dd419663.aspx

0

精彩评论

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