Technically Impossible

Lets look at the weak link in your statement. Anything "Technically Impossible" basically means we haven't figured out how yet.

Visual Studio

Error from Visual Studio and GitHub integration - error setting certificate verify location

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…

Visual StudioとGitHubの連携、証明書に関するエラー - 複数のgitconfigに起因する問題

ITに関わりのあるユーザーにGitHubが普及し、彼らが利用するツールやサービスも、その連携を意識するようになった。ツールや製品によっては、それ専用のGitをインストールくらいだ。同時に、これが無用なトラブルを招く間接的な原因にもなっている気がしてい…

What's the same and what's different? - Windows Forms App (.NET Framework), Windows Forms App (.NET) and WPF Application

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…

何が同じで、何が違うのか? - Windowsフォームアプリケーション、Windowsフォームアプリ、そしてWPFアプリケーション

Visual Studioで新規プロジェクトを作成するとき、特にWindowsデスクトップのプロジェクトには3つの選択肢がある。冒頭の画像が、その選択画面だ。必要な情報だけを抽出すると、つぎのようになる。 Windowsフォームアプリケーション (.NET Framework) Windo…

Xanadu Clone - ザナドゥ クローン(ザナクロ)のソースを読むための準備~Visual Studio

入手したザナクロのコードは、問題なくビルド、実行できることが、前回の投稿で分かった。ソースを改変して遊ぶためには、どこに何が書いてあるのかを知る必要がある。ソースコードに目を通すわけだが、ただエディタでソースコードを開いて読んでも構わない…