日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程语言 > asp.net >内容正文

asp.net

.NET Framework Client Profile/.net framework 客户端配置

發(fā)布時間:2024/9/5 asp.net 49 豆豆
生活随笔 收集整理的這篇文章主要介紹了 .NET Framework Client Profile/.net framework 客户端配置 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

.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
Visual Studio 2008 SP1 Integration – Applications can be targeted specifically for the Client Framework subset.

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)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。