LoginSignup
0
0

More than 3 years have passed since last update.

組み込みエンジニアがC#を勉強するメモ

Last updated at Posted at 2020-06-21

本記事は以下の実務経験のある人がC#参考書をもとに勉強するメモになります。

  • C
  • Python
  • VBA
  • Rails(短期)

参考書

基礎からしっかり学ぶC#の教科書 改訂新版 (マイクロソフト関連書)

環境

OS: MacOS Catalina(バージョン10.15.5)

環境構築は下記の項目を順番に実行(インストールプロセス略)
(詳しい記事:Visual Studio Code ではじめての C# アプリケーションを作る)

  1. .NET Core SDK (バージョン:3.1.301)
  2. Visual Studio Code(バージョン:1.46.1)

VSCodeにインストールした拡張機能:

  • C# for Visual Studio Code (powered by OmniSharp)
  • Japanese Language Pack for Visual Studio Code

※ハマりポイント

上記インストール&セッティング完了後、ビルド&デバッグ問題なく行えるが、ソースコードに赤波線が付いてしまう。2日ぐらいハマったが、下記リンクの解決策で解消できた!
https://github.com/OmniSharp/omnisharp-vscode/issues/3289#issuecomment-534396993

If you are on Linux or MacOS you may want to try install Mono 6.0.0 https://www.mono-project.com/download/stable/

要は「mono」というパッケージ?をインストールしろと…

これで、スッキリしたので勉強を進められる〜

C#が実行できるWebサービス

.NET Fiddle
https://dotnetfiddle.net/

.NET Fiddle (モバイル向け)
https://dotnetfiddle.net/Mobile

0
0
1

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