Visual Studio 2017 - Run to click

Visual Studio 2017 以前,在除錯時若要讓斷點繼續向下運行至指定位置,我們需要在指定位置設定斷點後讓他向下運行,或是直接在指定位置上按下滑鼠右鍵,點選 Run to cursor 滑鼠右鍵選單也可以。 ...

February 10, 2017 · 1 min · 183 words · Larry Nung

Visual Studio 2017 - Structure visualizer

Visual Studio 2017 以前,在編寫程式時有時我們會需要找一下程式碼中的刮號,確定我們在改的區塊是否正確。Visual Studio 2017 新增 Structure visualizer 功能,能讓我們更容易知道所修改的區塊是哪。 ...

February 10, 2017 · 1 min · 198 words · Larry Nung

Visual Studio 2017 - Lightweight solution load

Visual Studio 2017 新增 Lightweight Solution load 功能,能 OnDemand 進行專案的載入,特別適用於大型專案的開發。 ...

February 10, 2017 · 1 min · 170 words · Larry Nung

Visual Studio 2017 - Attach to Process Filter

在 Visual Studio 2017 以前要在 Attach to Process 對話框中找到要附加的處理序,需要在一堆處理序中挑選。 ...

February 8, 2017 · 1 min · 181 words · Larry Nung

Web Deploy - Publish with Visual Studio

要直接用 Visual Studio 使用 Web Deploy 去做佈署,首先在方案總管的專案上按下滑鼠右鍵,點選 Publish... 滑鼠右鍵選單選項。 ...

December 3, 2016 · 1 min · 160 words · Larry Nung

Visual Studio - Exception of type 'Phx.FatalError' was thrown

如果 Visual Studio 出現 “Exception of type ‘Phx.FatalError’ was thrown” 這樣的錯誤。 ...

November 24, 2016 · 1 min · 142 words · Larry Nung

Visual Studio - Clone git repository

使用 Visual Studio clone git repository,先將 Team Explorer 視窗開啟。 ...

July 24, 2016 · 1 min · 152 words · Larry Nung

Visual Studio - Move obj folder

Visual Studio 的專案在建置 .NET 專案時會自動建立 Obj 目錄放置中繼檔案,該目錄位置並無直接的設定方式。 ...

July 12, 2016 · 1 min · 85 words · Larry Nung

Visual Studio 15 Preview - Enabling C# 7 Features

Visual Studio 15 Preview 開始支援部分 C# 7.0 的功能,由於尚未完全定案,故並未直接開放,需要做些特別的設定才可將之開啟。 ...

April 26, 2016 · 1 min · 113 words · Larry Nung

Visual Studio 15 Preview - Exception Helper

Visual Studio 15 Preview 以前,託管的程式會透過 Exception Assistant 提供錯誤資訊。 ...

April 25, 2016 · 1 min · 294 words · Larry Nung