开发者

what is the latest version of WinForms? And how does this relate the version of .NET?

What is the latest version of WinForms? And how does this relate the version of .NET开发者_高级运维?

For example in VS2008 with .NET 3.5 is there Windows Forms 3.5 under the bonnet?


Windows Forms is just a subset of the Framework Class Library and yes, the current version is 3.5.

WPF Update

A new presentation technology has been added to .Net since 2.0 called WPF (Windows Presentation Foundation) It is the newer way to create .Net UIs and which is also used by Silverlight.

WPF described on Wikipedia


I don't believe there's a separate version number for Windows Forms. Why would there be?


.Net provide a bouquet of different technologies to do your job. Winforms is a technology that lets you create desktop applications, and so does WPF. ASP.net allows you to create web applications and WPF is for creating workflow foundation programming etc. etc.


On my PC with .NET 3.5 SP1 installed, System.Windows.Forms is version: 1.0.5000.0 in the Global assembly cache. The actual file version (and Product version) of 'System.Windows.Forms.dll' is 1.1.4322.2032.

It is unrelated to the overall .NET version, there is no Windows Forms 3.5 although Microsoft would say there is, ie Windows Presentation Foundation (WPF).

If you need to build classic Windows desktop applications you would use Windows Forms.

If you need to build more modern looking desktop applications that support text flow layouts, richer formatting and styling and graphical animation then Windows Presentation Foundation is the better choice.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜