.NET Framework 4 .NET Framework Core Development This section discusses fundamental development tasks and techniques, including how to create, configure, debug, and deploy your .NET Framework application.

In This Section
- Development Fundamentals
Provides information about basic application development tasks in the .NET Framework. - Accessibility
Provides information about Microsoft UI Automation, which is an accessibility framework that addresses the needs of assistive technology products and automated test frameworks by providing programmatic access to information about the user interface (UI). - Configuring Applications
Explains how developers and administrators can apply settings to various types of configuration files. - Data Access and Modeling
Provides information about how to access data using ADO.NET, transaction processing, and XML - Debugging, Tracing, and Profiling
Explains how to test, optimize, and profile .NET Framework applications and the application environment. This section includes information for administrators as well as developers. - Deploying the .NET Framework and Applications
Shows how to create a self-described, self-contained application, whether the application is a Windows Forms application, an ASP.NET application, or a control to download. - Encoding and Localization
Provides information to help you design and develop world-ready applications. - Side-by-Side Execution
Explains what side-by-side execution is and how you can use it to run multiple copies of an application, a component, or the entire runtime. - 64-bit Applications
Provides general 64-bit programming information and links.

Reference

Related Sections
- Overview of the .NET Framework
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. - Building Console Applications
Provides general information about building a console application using the .NET Framework Class Library. - .NET Framework Advanced Development
Covers advanced programming topics such as add-ins and extensibility, administration and management, interoperability, reflection, remoting, serialization, and managed threading. - .NET Framework Samples
Provides links to the MSDN Code Gallery for sample applications that demonstrate .NET Framework features. - .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 アプリケーションの作成、構成、デバッグ、配置など、基本的な開発タスクおよび手法について説明します。

このセクションの内容
- 開発の基本
.NET Framework での基本的なアプリケーション開発タスクに関する情報を提供します。 - ユーザー補助
Microsoft UI オートメーションについて説明します。Microsoft UI オートメーションは、ユーザー インターフェイス (UI) に関する情報をプログラムで使用できるようにすることにより、ユーザー補助技術製品および自動テスト フレームワークに対するニーズに応えるアクセシビリティ フレームワークです。 - アプリケーションの設定
さまざまな種類の構成ファイルに対して、開発者や管理者が設定を適用する方法について説明します。 - データ アクセスとモデリング
ADO.NET、トランザクション処理、および XML を使用してデータにアクセスする方法について説明します。 - デバッグ、トレース、およびプロファイリング
.NET Framework アプリケーションとアプリケーション環境のテスト、最適化、およびプロファイリングを行う方法について説明します。 開発者向けの情報だけでなく、管理者向けの情報も記載されています。 - .NET Framework およびアプリケーションの配置
Windows フォーム アプリケーション、ASP.NET アプリケーション、ダウンロード用のコントロールなど、単体で独立していて、補助的な情報を必要としないアプリケーションを作成する方法について説明します。 - エンコーディングとローカリゼーション
国際対応アプリケーションの設計および開発に役立つ情報を提供します。 - side-by-side 実行
side-by-side 実行の概要と、side-by-side 実行を使用してアプリケーション、コンポーネント、またはランタイム全体の複数のコピーを実行する方法について説明します。 - 64 ビット アプリケーション
一般的な 64 ビット プログラミングに関する情報およびリンクを示します。

参照

関連項目
|