0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

.NET Framework 入門①

Last updated at Posted at 2019-11-24

.Net Frameworkの概要

・「マイクロソフトが提供するVisualStudioで開発したプログラムを実行するための環境」である。
・セキュリティや機能性が高いことが利点である
・Windowsでのみ使用可能、.NET COREをインストールすることで、MACOS,LINUXでプログラムを実行できる。
・どの言語で記述しても共通中間言語(CIL)にコンパイルされる。CILを共通言語ランタイム(CLR)が読み込む事でプログラムが実行される。

.Net Frameworkの最大の特徴

・VisualBasic, C#, C++, VB, Pythonなど、多くのプログラミング言語がサポートされている。
・開発者はメモリ管理などを意識することなく、プログラムを開発することができる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?