翻訳への提案を行います
 
他のユーザーによる提案:

progress indicator
他の提案はありません。
クリックして評価とフィードバックをお寄せください
MSDN
MSDN ライブラリ
.NET 開発
.NET Framework 4
.NET Framework の拡張開発
すべて縮小/すべて展開 すべて縮小
コンテンツの表示:   英語と日本語を並べて表示コンテンツの表示: 英語と日本語を並べて表示
.NET Framework 4
.NET Framework Advanced Development

This section of the documentation covers advanced programming subjects related to the .NET Framework.

Add-ins and Extensibility

Describes how to develop add-in applications that extend a host application's functionality.

Administration and Management

Describes how to manage objects in the Active Directory, and how to use Windows Management Instrumentation (WMI) to obtain enterprise data and automate administrative tasks.

Asynchronous Programming Design Patterns

Describes two design patterns available in the .NET Framework that are used to run threads separately from the main application thread.

Caching in .NET Framework Applications

Describes how you can store data in memory for rapid access to improve the performance and scalability of your .NET Framework applications.

Cleaning Up Unmanaged Resources

Describes the recommended design pattern for cleaning up unmanaged resources.

Dynamic Language Runtime Overview

Discusses the advantages and architecture of the dynamic language runtime (DLR), which is a runtime environment that enables dynamic languages to run on the .NET Framework.

Dynamic Source Code Generation and Compilation

Discusses the Code Document Object Model (CodeDOM), which enables the output of source code in multiple programming languages.

Emitting Dynamic Methods and Assemblies

Describes a set of managed types in the System.Reflection.Emit namespace that enable a compiler or tool to emit metadata and Microsoft intermediate language (MSIL) at run time and optionally generate a portable executable (PE) file on disk.

Garbage Collection

Discusses how the garbage collector manages memory and how you can program to use memory more efficiently.

Interoperability

Describes services provided by the .NET Framework for interaction with COM components, COM+ services, external type libraries, and many operating system services.

Lazy Initialization

Explains how to use the Lazy<(Of <(T>)>) class to initialize objects at the time they are first accessed.

Managed Extensibility Framework Overview

Describes the concepts and syntax of the Managed Extensibility Framework (MEF), which lets you easily add extensibility to applications.

Manipulations and Inertia

Provides information about manipulations and inertia processing. Manipulations let users move, rotate, and resize components by using a mouse device, a stylus, or their fingers. Inertia simulates friction forces for UI elements that are in motion, and causes them to gradually slow their movements. Manipulations and inertia processing can be used in UI frameworks such as WPF and XNA.

.NET Remoting

Discusses establishing communication between objects that run in different processes.

Network Programming

Shows how to use Internet access classes to implement both Web- and Internet-based applications.

Parallel Programming in the .NET Framework

Discusses how Visual Studio and the .NET Framework support parallel programming with a new runtime, new class library types, and diagnostic tools.

Reflection

Explains how to obtain access to type information at run time by using reflection.

Reliability

Discusses writing reliable code for any host that is executing in a .NET Framework environment.

Serialization

Discusses the process of converting the state of an object into a form that can be persisted or transported.

Threading

Explains the runtime support for threading and how to program by using various synchronization techniques.

XAML Services

Discusses System.XAML, which is an assembly that implements XAML services for the .NET Framework.

XML Web Services Created Using ASP.NET and XML Web Service Clients

Describes how Microsoft supports building XML Web services using technologies such as ASP.NET, ATL Server, .NET remoting, and the SOAP Toolkit 2.0.

.NET Framework Class Library

Supplies syntax, code examples, and related information for each class that is contained in the .NET Framework namespaces.

.NET Framework Core Development

Explains common programming tasks that apply to a range of .NET Framework applications. Includes topics such as accessing data, file and stream I/O, configuration, encoding, deployment, and debugging.

.NET Framework Samples

Provides links to the MSDN Code Gallery for sample applications that demonstrate .NET Framework technologies.

.NET Framework Tools

Describes the tools that help you develop, configure, and deploy applications by using .NET Framework technologies.

.NET Framework 4
.NET Framework の拡張開発

このセクションでは、.NET Framework に関する高度なプログラミング トピックを示します。

アドインおよび拡張機能

ホスト アプリケーションの機能を拡張するアドイン アプリケーションの開発方法について説明します。

管理

Active Directory でオブジェクトを管理する方法と、WMI (Windows Management Instrumentation) を使用してエンタープライズ データを取得し、管理タスクを自動化する方法について説明します。

非同期プログラミングのデザイン パターン

メイン アプリケーション スレッドから独立したスレッドを実行するために .NET Framework で使用できる 2 つのデザイン パターンについて説明します。

.NET Framework アプリケーションでのキャッシュ

迅速にアクセスできるようにデータをメモリに格納し、.NET Framework アプリケーションのパフォーマンスとスケーラビリティを向上する方法を説明します。

アンマネージ リソースのクリーンアップ

アンマネージ リソースをクリーンアップするために推奨されるコードのデザイン モデルについて説明します。

動的言語ランタイムの概要

動的言語ランタイム (DLR: Dynamic Language Runtime) の利点とアーキテクチャについて説明します。DLR は動的言語を .NET Framework で実行できるようにするランタイム環境です。

動的なソース コードの生成とコンパイル

複数のプログラミング言語でソース コードを出力できるようにする CodeDOM (Code Document Object Model) について説明します。

動的メソッドおよびアセンブリの出力

System.Reflection.Emit 名前空間でのマネージ型のセットについて説明します。これらのマネージ型では、コンパイラやツールはメタデータおよび Microsoft Intermediate Language (MSIL) を実行時に生成できます。また、ポータブル実行可能 (PE) ファイルをディスク上に生成することもできます。

ガベージ コレクション

ガベージ コレクターによってメモリを管理する方法と、メモリをより効率的に使用するためのプログラミング方法について説明します。

相互運用性

COM コンポーネント、COM+ サービス、外部のタイプ ライブラリ、および多数のオペレーティング システム サービスと対話するために .NET Framework で提供されるサービスについて説明します。

限定的な初期化

Lazy<(Of <(T>)>) クラスを使用して、オブジェクトに最初にアクセスするときにそのオブジェクトを初期化する方法について説明します。

Managed Extensibility Framework の概要

MEF (Managed Extensibility Framework) の概念および構文について説明します。MEF を使用すると、アプリケーションに機能拡張を簡単に追加できます。

操作と慣性

操作および慣性処理について説明します。 操作では、ユーザーはマウス デバイス、スタイラス、または指を使用してコンポーネントを移動、回転、およびサイズ変更できます。 慣性処理では、動作中の UI 要素の摩擦力がシミュレートされ、その要素の動きが徐々に遅くなります。 操作および慣性処理は、WPF や XNA などの UI フレームワークで使用できます。

.NET Remoting

異なるプロセス内で動作するオブジェクト間の通信を確立する方法について説明します。

Network Programming

インターネット アクセス クラスを使用して、Web ベースおよびインターネット ベースのアプリケーションを実装する方法を示します。

.NET Framework の並列プログラミング

Visual Studio および .NET Framework における新しいランタイム、新しいクラス ライブラリの型、および診断ツールによる並列プログラミングのサポートについて説明します。

リフレクション

リフレクションを使用して実行時に型情報へのアクセス権限を取得する方法について説明します。

信頼性

.NET Framework 環境で動作するホスト用の信頼できるコードを記述する方法について説明します。

Serialization

オブジェクトの状態を永続化または転送できる形式に変換するプロセスについて説明します。

スレッド処理

ランタイムによるスレッド処理のサポートと、各種の同期手法を使用したプログラミング方法について説明します。

XAML サービス

.NET Framework に XAML サービスを実装するアセンブリである System.XAML について説明します。

XML Web Services Created Using ASP.NET and XML Web Service Clients

ASP.NET、ATL Server、.NET リモート処理、SOAP Toolkit 2.0 など、XML Web サービスの構築をサポートする Microsoft のテクノロジについて説明します。

.NET Framework クラス ライブラリ

.NET Framework の名前空間に含まれる各クラスの構文、コード例、および関連情報を示します。

.NET Framework の基本開発

さまざまな .NET Framework アプリケーションを開発するときの一般的なプログラミング タスクについて説明します。 データ、ファイル、およびストリーム入出力へのアクセス、構成、エンコーディング、配置、デバッグなどのトピックが含まれます。

.NET Framework のサンプル

.NET Framework のテクノロジを紹介するサンプル アプリケーションを参照できる MSDN Code Gallery へのリンクです。

.NET Framework ツール

.NET Framework テクノロジを使ってアプリケーションを開発、構成、配置するのに役立つツールについて説明します。

コミュニティ コンテンツ   コミュニティ コンテンツとは
新しいコンテンツの追加 RSS  注釈
Processing
© 2012 Microsoft. All rights reserved. 使用条件 | 商標 | プライバシー
Page view tracker