The .NET 4 32 + 64 bit Full is 48.1 MB and the Client Profile is 41.0 MB.
When is it preferable to install the Client Profile instead of the full .NET Framework? What difference is there between the two packages?
|
The .NET 4 32 + 64 bit Full is 48.1 MB and the Client Profile is 41.0 MB. When is it preferable to install the Client Profile instead of the full .NET Framework? What difference is there between the two packages?
| ||||
|
feedback
|
|
This blog post explains many of the differences.
| |||||
feedback
|
|
A list of assemblies is available at Assemblies in the .NET Framework Client Profile on MSDN (the list is too long to include here). If you're more interested in features, .NET Framework Client Profile on MSDN lists the following as being included:
And the following as not being included:
| ||||
|
feedback
|
|
You should deploy "Client Profile" instead of "Full Framework" inside a corporation mostly in one case only: you want explicitly deny some .NET features are running on the client computers. The only real case is denying of ASP.NET on the client machines of the corporation, for example, because of security reasons or the existing corporate policy. Saving of less then 8 MB on client computer can not be a serious reason of "Client Profile" deployment in a corporation. The risk of the necessity of deployment the "Full Framework" later in the corporation is higher as costs of 8 MB per client. | |||||||
feedback
|
|
Cameron MacFarland nailed it. I'd like to add that the .Net4 client profile will be included in Windows Update and future Windows releases. Expect most computers to have the client profile, not the full profile. Do not underestimate that fact if you're doing B2C sales. | |||
|
feedback
|