Visão geral sobre o .NET Framework
This section provides conceptual overviews of the key features of the .NET Framework, including the common language runtime, the .NET Framework class library, and cross-language interoperability.
Nesta seção
Visão geral conceitual do .NET Framework
Introduces the .NET Framework architecture and its components.Instalação do .NET Framework
Fornece informações sobre.NET Framework espera-sozinho executável e Web bootstrapper pacotes, pacotes de idiomas e os requisitos de instalação.Common Language Runtime (CLR)
Explains the features and benefits of the common language runtime, a run-time environment that manages the execution of code and provides services that simplify the development process.Common Type System
Identifies the types supported by the common language runtime.Metadados e componentes autodescritivos
Explains how the .NET Framework simplifies component interoperation by allowing compilers to emit additional declarative information, or metadata, into all modules and assemblies.Interoperabilidade entre linguagens
Explains how managed objects created in different programming languages can interact with one another.Assemblies no Common Language Runtime
Defines the concept of assemblies, which are collections of types and resources that form logical units of functionality. Assemblies are the fundamental units of deployment, version control, reuse, activation scoping, and security permissions.Domínios de Aplicativo
Explains how to use application domains to provide isolation between applications.Visão geral sobre biblioteca classes do .NET Framework
Introduces the library of types provided by the .NET Framework, which expedites and optimizes the development process and gives you access to system functionality.Hosts em tempo de execução
Describes the runtime hosts supported by the .NET Framework, including ASP.NET, Internet Explorer, and shell executables.Diretrizes e práticas recomendadas do .NET Framework
Fornece links para tópicos que descrevem os princípios, dicas e técnicas para implementar.Tecnologias do NET Framework .Diretório de demonstração e explicação passo a passo
Fornece links para tópicos que fornecem o código de exemplo, descrevem como executar tarefas específicas e descrever os cenários completos.Requisitos de sistema do .NET Framework
Fornece o hardware, sistema operacional e os requisitos de software para o.NET Framework.
Seções relacionadas
Biblioteca de classes .NET Framework
Provides programming information about the classes, interfaces, and value types that are included in the Windows Software Development Kit (SDK). This library provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built.O que há de novo no .NET Framework 4
Descreve novos recursos e alterações na versão mais recente do.NET Framework.