Qual versão e perfil do .NET Framework virá com o Windows 8?

4

Já está definido? Será o .NET Framework 4 ou 4.5? Será o perfil do cliente ou completo? Os pacotes Estendido e Multi-segmentado também serão incluídos?

    
por Jader Dias 12.07.2012 / 16:13

2 respostas

7

Esta MS TechNet artigo diz:

Windows 8 and Windows Server 2012 include .Net 4.5, which supports building and running the next generation of applications and web services, including Metro-style apps. .Net 4.5 supports applications written for 4.0, so there is no need to install .Net 4.0 on Windows 8.

O artigo acima não menciona o Perfil do cliente e parece se aplicar à versão para desktop do Windows 8, não à versão para tablet do Windows 8.

Neste artigo, .NET no Windows 8 , descreve um .NET despojado na versão para tablet do Windows 8.

    
por 12.07.2012 / 16:33
2

De acordo com este artigo pesquisado:

The .NET Framework 4.5 RC is included with Windows 8 Release Preview and installed on your computer with the operating system. However, the .NET Framework 3.5 is not automatically installed with Windows 8 Release Preview. To run applications that require the .NET Framework 3.5 on Windows 8 Release Preview, you must enable version 3.5 on your computer. There are two ways you can do this: by installing or running an application that requires the .NET Framework 3.5 (that is, by installing the .NET Framework 3.5 on demand), or by enabling the .NET Framework 3.5 in Control Panel. Both options require an Internet connection.

Além disso, de acordo com outro artigo do MSDN :

Starting with the .NET Framework 4.5, the Client Profile has been discontinued and only the full redistributable package is available. Optimizations provided by the .NET Framework 4.5, such as smaller download size and faster deployment, have eliminated the need for a separate deployment package. The single redistributable streamlines the installation process and simplifies your app's deployment options.

When you install the .NET Framework 4.5 RC, the .NET Framework 4 Client Profile is updated to the full version of the .NET Framework.

    
por 12.07.2012 / 17:06