Visual Studio 2013 RC New Feature - Method return value inspection

Visual Studio 2013 RC新加入了Method return value inspection功能,能讓開發人員很容易的查閱方法運行後傳回的回傳值,讓除錯更加的便利。 ...

November 6, 2013 · Larry Nung

Visual Studio 2013 RC New Feature - XAML Editor's enhanced intelliSense

Visual Studio 2013 RC在XAML編輯區的Intellisense這邊做了些強化,開始支援Data Binding的Intellisense。 ...

November 6, 2013 · Larry Nung

Visual Studio 2013 RC New Feature - XAML Editor's Go To Definition

Visual Studio 2013 RC在XAML編輯區這邊開始支援Go To Definition,Go To Definition不再只有程式碼編輯區可以使用。 ...

November 6, 2013 · Larry Nung

Octopress - A blogging feamework for hackers.

Octopress是ㄧ利用Jekll部落格引擎開發的部落格系統,能簡易的架設、擴充、客製、與套版,因其最後是生成靜態網頁,因此能很輕易的在許多服務上做部署,像是Github、Heroku、與Rsync等。 ...

November 5, 2013 · Larry Nung

SuperBenchmarker - A load generator command-line tool for testing websites and HTTP APIs

SuperBenchmarker 是ㄧ開放源碼的壓力測試命令列工具。用.NET Framework 4.5開發而成。 ...

October 27, 2013 · Larry Nung

[C++]Detect Memory Overrun Errors with Global Flags

筆者在[C++]使用Pageheap偵測記憶體越界錯誤這篇介紹了如何利用Pageheap去偵測記憶體的越界錯誤,這樣的功能也可以使用Debuging Tools內的Global Flags工具,可以達到相同的效果,且較易取得與使用。 ...

January 3, 2012 · Larry Nung

[C++]Detect Memory Leaks with Visual Leak Detector for Visual C++ 2008/2010

Visual Leak Detector for Visual C++ 2008/2010是一免費的開放源碼工具,能輔助開發人員偵測C++程式中記憶體洩漏的問題,使用上也算十分簡單,至Visual Leak Detector for Visual C++ 2008/2010下載主程式後。 ...

December 27, 2011 · Larry Nung

[C++]The Purpose of the event_source Attribute

根據event_source attribute在MSDN上的說明~除了能指定是native還是com的event與一些細部設定外。只有如下的描述: ...

December 22, 2011 · Larry Nung

[C++]Check C/C++ Coding Style with nsiqcppstyle

nsiqcppstyle是韓國人開發的C/C++ Coding Style檢查工具,可檢查程式碼並給予編碼上的建議,使用上十分的簡易,具有許約40幾條檢查的規則,檢查的規則能自動個更新且允許自行擴充。 ...

December 16, 2011 · Larry Nung

[C#][Control]BitsControl - Concept and Simple Implementation

有些人可能還看不出前一篇指撥開關的用途,其實做些變化指撥開關還可以用來做些簡易的硬體設定。像是做個控制項可以載入一個Byte的資料,並允許使用者直接去調整設定,可用在GPIB、I2C之類的通訊界面設定,設定一些位置資訊。 ...

December 11, 2011 · Larry Nung