C#winForm和C#WPF有什么区别 [英] What is difference between C# winForm and C# WPF

查看:4116
本文介绍了C#winForm和C#WPF有什么区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道C#winForma和C#WPF之间的区别。





我已经知道WinForm,它是否易于理解WPF对我来说。 :)

I want to know the difference between C# winForma and C# WPF.


I already know WinForm, Is it easy to understand WPF for me. :)

推荐答案

WPF与WinForms有很大不同,而且功能更强大。 WPF基于XAML或eXtended Application Markup Language,它是一种定义表单的XML形式。因此,在WPF中,您与XAML和.cs文件密切合作,以创建丰富的UI。



在WinForms中工作的人通常会发现转向WPF很痛苦(我这样做),VisualStudio设计师在使用WPF表单时所做的很有限,但是有像Expression Blend这样的工具可以产生一些非常棒的效果。







< a href =http://www.wpftutorial.net/>这是一个非常好的WPF教程网站,通过一对夫妇亲自看看。 [ ^ ]
WPF is quite a bit different than WinForms, and much more powerful. WPF is based on XAML or eXtended Application Markup Language, which is a form of XML that defines a form. So in WPF you work very closely with the XAML and the .cs files to create rich UI's.

People who work in WinForms usually find the transition to WPF painful (I do), the VisualStudio designer is pretty limited in what you can do with the WPF forms, but there are tools like Expression Blend that can make some pretty amazing effects.



Here is a really good WPF tutorial site, run through a couple and see for yourself.[^]


这篇关于C#winForm和C#WPF有什么区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆