有些公司會使用 SonarQube 來做軟體品質靜態分析。
它從 Source Control 拉程式碼到 Server 做分析。
那在程式碼 commit 前是否可以先幫我們分析,
然後讓我們做好改善呢?
這時我們可以使用 NDepend 這個工具,
它可以獨立執行,也可以在 VS.NET 中執行。
[Angular2]透過Visual Studio Code來建立 Angular2 Quick Start
本文介紹使用 Visual Studio Code 來建立 Angular2 Quick Start 範例。
[VSIX]讓 Command 顯示在 Code Window 的 context menu 之中
預設新增一個 Custom Command 會顯示 Tool 選單之中,
那要如何讓我們的 Command 顯示在 Code Window 的 context menu 之中呢?
[VS.NET]讓你的 VS.NET 2015 Community 有 CodeLens
VS.NET 2015 Pro/Enterprise 有非常好用的 CodeLens ,但 VS.NET 2015 Community 卻沒有!
要怎麼讓它生出 CodeLens 呢?
[Xamarin]如何查看 iOS app 的LOG
環境: iOS,Xamarin
使用 Xamarin Debug 部署到 iphone 上時,
App在前景時,當我們在程式中寫 Console.WriteLine 時,可以看到輸出資訊。
當我們將 App 拉掉後,Xamarin Studio 就無法看到 app 的Log了,
這時要如何看到我們程式中寫的Log呢?
[ASP.NET]Embedded Code Blocks in ASP.NET Web Forms
有時在Server端要測試某段Code運作是否正常,
常常需要直接 New 一支新的 ASPX 來直接測試。
像測試 COM 元件,常常會直接 New 一支 VBS 來測試一樣。
這時就可以使用到「Embedded Code Blocks in ASP.NET Web Forms」。
[.NET]透過 ODBC 讀取 CSV 檔
有朋友詢問「使用odbc讀取CSV中文出現亂碼該怎麼處理?」,使用 Excel 另存的 CSV 檔,讀進來中文真的是亂碼!
[.NET]C# Code Review
本文整理「Lessons from Real World .NET Code Reviews」課程 Lessons for C# 的內容。
Hour of Code, 透過玩遊戲來寫程式吧!
- 878
- 0
- hourofcode
寫程式很難嗎?
現在「https://code.org/learn」讓我們以玩遊戲,堆 Blocks 的方式,來編寫出程式。
[.NET]如何讓不同 PublicKeyToken 的 DLL assemblyBinding 到可以用版本?
- 1733
- 0
- dependentAssembly
系統中某個元件使用到 log4net v.1.2.10.0 ,而另一個元件則使用到了 v1.2.13.0 的版本。
2個版本的 PublicKeyToken 還不同。而我的 bin 目錄,只有 v1.2.14.0 的版本。
要如何設定 assemblyBinding 呢?
[.NET]CS0122: 'System.Configuration.StringUtil' 的保護層級導致無法對其進行存取
使用「ASP.Net Web Configuration Manager」
發生 CS0122: 'System.Configuration.StringUtil' 的保護層級導致無法對其進行存取 的錯誤
要如何解呢?
[JS]Dynamic Code Evaluation: Code Injection (Input Validation and Representation, Data Flow)
- 10161
- 0
- Javascript
用到 function() {...} 也中「Dynamic Code Evaluation」?
[TOOL]Bing Developer Assistant
佛心的Microsoft 做了「Bing Developer Assistant」VS.NET的擴充工具,
讓我們寫程式找Code超easy!
[Tool]利用 Microsoft Monitoring Agent 來找出系統效能及異常問題
想要蒐集系統有什麼異常或是效能問題嗎?
以前都是去解析IIS Log,現在您有更好的工具來幫忙哦!
原本在System Center中的Module,現在也可以單獨使用了哦!
[ASP.NET]使用 AntiXss 的 Encoder.HtmlEncode 要注意的地方
公司開發的 Label 控制項,在Text屬性中使用 AntiXss 的 Encoder.HtmlEncode ,結果會發生「2014/4/24 下午 05:05:32 為不支援的日期格式」錯誤 !
是什麼問題呢?
[ERROR]為什麼同樣的ASP.NET程式,在A電腦(非IE6)是OK的,在B電腦(IE6)卻不行呢?
為什麼同樣的ASP.NET程式,在A電腦(非IE6)是OK的,在B電腦(IE6)卻不行呢?
[ASP.NET]ASP Web Application加入別的Web Page發生「由於其保護層級,可能無法對其進行存取」的錯誤
ASP Web Application加入別的Web Page發生「由於其保護層級,可能無法對其進行存取 (xxx is not declared. It may be inaccessible due to its protection level.)」的錯誤,要如何解決呢?
[.NET]將unicode的字轉成big5編碼的HTML可顯示出來
[.NET]將unicode的字轉成big5編碼的HTML可顯示出來
[.NET]Input Validation and Representation Server.HtmlEncode Replace Tool
[.NET]Input Validation and Representation Server.HtmlEncode Replace Tool
[.NET]取得字串中的Unicode的字
[.NET]取得字串中的Unicode的字
- 1
- 2