C#
しーしゃーぷ。
Microsoft
が開発している
プログラミング言語
。
.NET
上で動くアプリケーションを作れる。
2000年
生まれ。
C# で作れるもの
かなり多岐にわたる。
GUI
アプリケーション
Windows
用
Mac
用
Linux
用
CUI
アプリケーション
Windows
用
Mac
用
Linux
用
PowerShell
コマンド
Webアプリケーション
サーバーサイド
クライアントサイド
スマートフォンアプリ
iOS
Android
ゲーム
Unity
Xbox
クラウド
アプリケーション
IoT
アプリケーション
特徴
C++
や
Java
に似た構文を持つ
強い静的型付け
オブジェクト指向
ガベージコレクション
クロスプラットフォーム
先進的な言語機能
コード例
code:hello.cs
using System;
namespace HelloWorld;
public static class Program
{
public static void Main()
{
Console.WriteLine("Hello, C#");
}
}
関連ツール
Visual Studio
Visual Studio for Mac
Visual Studio Code
.NET
Rider
ReSharper
#プログラミング