.NET Framework 4.0 Client Profile vs .NET Framework 4.0(.NET Framework 4.0 客户端配置文件与 .NET Framework 4.0)
问题描述
当我在 VS2010 中启动新的 .NET 控制台应用程序时,默认情况下 Target Framework 设置为 .NET Framework 4.0 Client Profile,.NET Framework 4.0 和 .NET Framework 4.0 Client Profile 有什么区别
When I started new .NET Console Application in VS2010, By default Target Framework was set to .NET Framework 4.0 Client Profile, what is the difference between .NET Framework 4.0 and .NET Framework 4.0 Client Profile
推荐答案
直奔微软城堡:
这是什么:.NET Framework 4 客户端配置文件是针对客户端应用程序优化的 .NET Framework 4 的子集.它为大多数客户端应用程序提供功能,包括 Windows Presentation Foundation (WPF)、Windows Forms、Windows Communication Foundation (WCF) 和 ClickOnce 功能.
What is it: The .NET Framework 4 Client Profile is a subset of the .NET Framework 4 that is optimized for client applications. It provides functionality for most client applications, including Windows Presentation Foundation (WPF), Windows Forms, Windows Communication Foundation (WCF), and ClickOnce features.
原因:这可以为面向 .NET Framework 4 客户端配置文件的应用程序提供更快的部署和更小的安装包.
Why: This enables faster deployment and a smaller install package for applications that target the .NET Framework 4 Client Profile.
.NET Framework 客户端配置文件:
http://msdn.microsoft.com/en-us/library/cc656912.aspx
这篇关于.NET Framework 4.0 客户端配置文件与 .NET Framework 4.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:.NET Framework 4.0 客户端配置文件与 .NET Framework 4.0


基础教程推荐
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01