.NET Framework Client Profile/.net framework 客户端配置
.NET Framework Client Profile
?
.NET Framework Client Profile 是完整版 .NET Framework 3.5 SP1 的子集,面向客戶端應(yīng)用程序。
它提供 Windows Presentation Foundation (WPF)、Windows 窗體、Windows Communication Foundation (WCF) 和 ClickOnce 功能的簡化子集。這可以為面向 .NET Framework Client Profile 的 WPF、Windows 窗體、WCF 和控制臺應(yīng)用程序?qū)崿F(xiàn)快速部署方案。
?
注意事項
?
如需以最快的速度部署 WPF 或 Windows 窗體客戶端應(yīng)用程序,請選擇 .NET Framework Client Profile。.NET Framework Client Profile 應(yīng)用程序有一個再分發(fā)軟件包,該軟件包可在目標(biāo)計算機(jī)上安裝最小的一組客戶端程序集,而無須安裝完整的 .NET Framework。
come from: http://msdn.microsoft.com/zh-cn/library/cc656912.aspx
?
就.net 4.0來說,如果項目引用的assemblies都包含在 Assemblies in the .NET Framework Client Profile. 就可以設(shè)置target .net framework 為.net client profile.
?
.net client profile assembles 可在如下目錄找到.
%systemdrive%\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client
%systemdrive%\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client
?
所包含的Assemblies清單可在如下:
%systemdrive%\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\RedistList\FrameworkList.xml (54 assemblies, 20M左右)
%systemdrive%\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client\RedistList\FrameworkList.xml(80 assemblies, 25M左右)
?
事實(shí)上在這兩個目錄下都多了一個System.EnterpriseServices.Wrapper.dll, 但不知為什么.
?
NET Framework 3.5 SP1 Client Profile Preview contains the following features:
Smaller framework deployment - ~28 MB client deployment packageSmaller, faster client deployment boot strapperClient Application focused feature set:- Common Language Runtime (CLR)
- ClickOnce
- Windows Forms
- Windows Presentation Foundation
- Windows Communication Foundation
come from:http://windowsclient.net/wpf/wpf35/wpf-intro-client-profile.aspx
?
.NET Framework 4 Client Profile Features
?
The .NET Framework 4 Client Profile contains the features needed to develop a client application, including:
-
common language runtime (CLR)
-
ClickOnce
-
Windows Forms
-
Windows Presentation Foundation (WPF)
-
Windows Communication Foundation (WCF)
-
Entity Framework
-
Windows Workflow Foundation
-
Speech
-
XSLT support
-
LINQ to SQL
-
Runtime design libraries for Entity Framework and WCF Data Services?
-
Managed Extensibility Framework (MEF)
-
Dynamic types
-
Parallel-programming features, such as Task Parallel Library (TPL), Parallel LINQ (PLINQ), and Coordination Data Structures (CDS)
-
Debugging client applications
For a complete list of reference assemblies included in the .NET Framework 4 Client Profile, see Assemblies in the .NET Framework Client Profile. For more information about these technologies, see Quick Technology Finder (.NET Framework).
come from:http://msdn.microsoft.com/en-us/library/cc656912.aspx
?
轉(zhuǎn)載于:https://www.cnblogs.com/zzj8704/archive/2010/05/19/1739130.html
總結(jié)
以上是生活随笔為你收集整理的.NET Framework Client Profile/.net framework 客户端配置的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 在Ubuntu 16.04 LTS下编译
- 下一篇: .NET Core 中如何在运行中加载