2009 年 6 月的 WPF 工具包在将发送给客户的应用程序中使用是否安全?

发布于 2024-07-26 11:32:45 字数 877 浏览 2 评论 0原文

2009 年 6 月的 WPF 工具包在将交付给客户的应用程序中使用是否安全?

我非常担心我的应用程序会在发布前三天崩溃。 这种担忧源于这样一个事实:WPF 工具包似乎并未得到 Microsoft 的认可,尽管它似乎是由 Microsoft WPF 团队中的成熟开发人员开发的。

我想我可以相信这些官方 WPF 开发人员,确保他们的东西不会给我带来任何灾难性问题 - 但我需要保证。 在接下来的几周里我无法承受任何问题。

请给我你对这个问题的看法。

一些链接:

“WPF 工具包”的 MSDN 搜索结果

WPF 工具包:DataGrid 功能演练
DataGrid 控件是我当前有兴趣使用的 WPF 工具包的唯一部分。

WPF 工具包 - 2009 年 6 月版本 - 二进制文件和源代码飞速
这些文件托管在 Codeplex 上。 我在几篇不同的 MSDN 文章中找到了此链接,它似乎是向寻求这些资源的人们提供的最常见的链接。

Is the June 2009 WPF Toolkit safe to use in applications that will be shipped out to customers?

I'm seriously concerned that my application will crash three days prior to release. This concern stems from the fact that that the WPF Toolkit does not seem to be endorsed by Microsoft, even though it appears to be developed by established developers on Microsoft's WPF team.

I'd like to think that I can trust these official WPF developers to make sure their stuff won't cause any catastrophic problems for me down the road - but I need reassurance. I can't afford any problems in the next few weeks.

Pleas, give me your opinions on this subject.

Some links:

MSDN search results for "WPF Toolkit"

WPF Toolkit: DataGrid Feature Walkthrough
The DataGrid control is the only part of the WPF Toolkit that I am currently interested in using.

WPF Toolkit - June 2009 Release - Binaries and Source Code Flies
These files are hosted at Codeplex. I found this link in a few different MSDN articles, and it seems to be the most common link provided to people asking for these resources.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

醉南桥 2024-08-02 11:32:45

请阅读此处。 当前版本标记为稳定(尚未成熟)。

从发行说明来看:
“在六月版本中,我们还引入了质量等级的概念,以评估版本中控件和功能的质量。”

“稳定

稳定组件适用于绝大多数使用场景,并将纳入大多数主要设计和功能反馈。它们旨在解决 90% 以上的客户场景,并将通过有限的错误修复和安装和完成工作继续发展稳定版与其他项目中的“测试版”类似,当反馈需要时,稳定版组件会有极少量的破坏性 API 或行为更改。”

我不知道这个工具包是否属于这种情况,但 Microsoft 确实使用 codeplex 来带外发布那些未进入 .net 框架或将成为该框架未来版本的一部分的内容。

Read here. The current release is marked as Stable (and not yet Matured).

From the release notes:
"Also new in the June release, we are introducing the concept of Quality Bands to rate the quality of the controls and features in the release."

"Stable

Stable components are suitable for the vast majority of usage scenarios and will have incorporated most major design and functionality feedback. They are designed to address over 90% of customer scenarios and will continue evolving via limited bug fixes and fit-and-finish work. Stable is similar to "Beta" in other projects. Stable components will have a very small number of breaking API or behavior changes when feedback demands it."

I don't know if it is the case with this toolkit, but Microsoft does use codeplex for out of band releases of things that didn't make it to the .net framework or that will be part of future versions of the framework.

花开半夏魅人心 2024-08-02 11:32:45

根据经验,我确实知道 Codeplex 上的 DataGrid 版本与将作为 .NET 4.0 中的PresentationFramework 的一部分提供的界面和功能相同。Out

产品使用 WPF 数据网格,而我们目前正在 .NET 4.0 上进行构建。 在开发周期开始时,我们使用 Codeplex 的 WPF 工具包,因为 WPF 4.0 的 CTP 版本不包含完整功能。 从 Beta 1 开始,我们已经切换到数据网格的框架版本,我们所要做的就是更改数据网格对象的声明以使用框架版本。

I do know from experience that the DataGrid release on Codeplex has the same interface and functionality as the one that will ship as part of PresentationFramework in .NET 4.0

Out product uses the WPF data grid and we are currently building on .NET 4.0 . At the beginning of our development cycle we used the WPF Toolkit from Codeplex, as the CTP version of WPF 4.0 did not include the full functionality. As of Beta 1 we have switched over to the framework version of the data grid and all we had to do was change our the declaration of the data grid object to use the framework version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文