.net - 我可以使用 Microsoft Parallel Extensions to .NET Framework 3.5,2008 年 6 月社区技术预览版开发生产代码吗?

标签 .net parallel-extensions

是否有任何反对使用此 CTP 的建议?它不稳定吗?

最佳答案

从下载页面:

Note: This CTP is for testing purposes only. Features and functionality may change before final release, and Microsoft may choose not to provide a final release.



此外,在 EULA.rtf 中:

  1. TERM. The term of this agreement is until 1 January 2009, or commercial release of the software, whichever is first.


所以实际上它有已过期 并且您无权使用它。即使它没有:

  • You may install and use any number of copies of the software on your premises to design, develop and test your programs for use with the software.
  • You may not test the software in a live operating environment unless Microsoft permits you to do so under another agreement.


所以不,您不能在不违反许可证的情况下在生产环境中使用它。

关于.net - 我可以使用 Microsoft Parallel Extensions to .NET Framework 3.5,2008 年 6 月社区技术预览版开发生产代码吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/458816/

相关文章:

c# - 测量 "% Time spent in GC"

.net - Parallel.为对象列表调用相同的方法

.net - 单元测试中的代码覆盖率

c# - 将结构数组从 C++ 编码到 C#?

多核上的 Java 并行执行

c# - Parallel.ForEach 没有启动新线程

c# - 有限的并发任务调度器,可以交错任务以明确排序

c# - MaxDegreeOfParallelism 有什么作用?

c# - 使用 Xamarin (Mono C#) 和 .Net 生成相同的 key

c# - 如何获取集合的子集以计算集合中某些值的最小值、最大值和平均值