Visual Studio
Abstract Accessing GitHub with Visual Studio sometime causes error. ITs typical case is the image attached above. It says that the certificate is not found at the designate path.This is the cause of error, but it is not root cause. The ano…
ITに関わりのあるユーザーにGitHubが普及し、彼らが利用するツールやサービスも、その連携を意識するようになった。ツールや製品によっては、それ専用のGitをインストールくらいだ。同時に、これが無用なトラブルを招く間接的な原因にもなっている気がしてい…
In Visual Studio, there are 3 options as the screenshot at the top of this post. They are Windows Forms App (.NET Framework) an application with a Windows Forms (WinForms) user interface Windows Forms App (.NET) an application with a Windo…
Visual Studioで新規プロジェクトを作成するとき、特にWindowsデスクトップのプロジェクトには3つの選択肢がある。冒頭の画像が、その選択画面だ。必要な情報だけを抽出すると、つぎのようになる。 Windowsフォームアプリケーション (.NET Framework) Windo…
入手したザナクロのコードは、問題なくビルド、実行できることが、前回の投稿で分かった。ソースを改変して遊ぶためには、どこに何が書いてあるのかを知る必要がある。ソースコードに目を通すわけだが、ただエディタでソースコードを開いて読んでも構わない…