c# - 框架 4 和框架 4 客户端配置文件 : What is the difference?

标签 c# frameworks

Possible Duplicate:
Difference between .Net4 Client Profile and Full Framework download

我正在使用 VS2010 和 C# 编写 Windows 服务。默认目标框架是 Framework4 Client Profile。

  1. 两者有什么区别?
  2. 该选择是否会影响服务的部署?

感谢您的指导。

最佳答案

来自 MSDN - .NET Framework Client Profile :

The .NET Framework 4 Client Profile is a subset of the .NET Framework 4 that is optimized for client applications.

还有:

This enables faster deployment and a smaller install package for applications that target the .NET Framework 4 Client Profile.

对于 Windows 服务,我会使用完整的框架。

关于c# - 框架 4 和框架 4 客户端配置文件 : What is the difference?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6303572/

相关文章:

c# - 不安全的 C# : How can I create an int[] from a pointer to a preexisting memory location?

ios - 将第三方框架做成静态框架是否可行

ios - 在第三方框架中使用主应用 UIViewcontrollers

iphone - 用于演示应用程序的最佳 iPhone/iOS 框架

testing - 测试用例生成工具

javascript - 如何制作与 JS 库无关的选择器包装器?

c# - 如何控制 IEnumerable 的更新

c# - 通过 Web 服务访问 Team Foundation Server 的信息

c# - 循环遍历记录并批量处理它们

c# - 每个线程一个 SQLiteConnection?