3
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 とは

Posted at

勉強前イメージ

見たことはあるけど・・・言語?

調査

.NET とは

Microsoftが掲げた、Microsoft .NETという構想で
現在ではOSS版の.NET Coreなどの技術仕様の総称か
アプリケーションの開発や実行環境の Microsoft .NET Frameworkのことを指します。

.NETの特徴

  • 複数の言語で開発ができる

C#やVisualBasicなど複数の言語が使用できます。

  • 言語への依存が少ない

複数の言語で開発できるということで特定の言語への依存が少ないので
対応できる言語を1つでも習得していればアプリケーション開発が可能になる

勉強後イメージ

Java, .NET, PHP, Python の並びで見て気になったから調べたけど
言語かな?と思ったらフレームワークだった。

参考

3
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
3
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?