RAML Tools for .NET - Generate Web API from RAML

之前筆者在 RAML - RESTful API Modeling Language - Level Up 這篇介紹過的 RAML,近期推出了 RAML Tools for .NET,是一 Visual Studio 的擴充套件,可輔助我們用 RAML 開發 Client 與 Server 端的程式。 ...

March 14, 2015 · 1 min · 499 words · Larry Nung

RAML Tools for .NET - Generate client from RAML

之前筆者在 RAML - RESTful API Modeling Language - Level Up 這篇介紹過的 RAML,近期推出了 RAML Tools for .NET,是一 Visual Studio 的擴充套件,可輔助我們用 RAML 開發 Client 與 Server 端的程式。 ...

March 14, 2015 · 1 min · 499 words · Larry Nung

C# 6.0 - Await in catch/finally

C# 6.0 以前 await 無法用在 catch/finally 區塊,C# 6.0 後開始支援。 ...

March 13, 2015 · 1 min · 67 words · Larry Nung

Web Deploy - Automatic Backups

若想讓 Web Deploy 在 Deploy 時自動幫我們進行網站的備份,甚至是控管備份的數量,我們可以將 Web Deploy 的 Automatic Backups 功能啟用。 ...

March 7, 2015 · 1 min · 495 words · Larry Nung

Assembly Binding Redirect

在開發上有時我們會需要將組件版本導向,可能是因為不同專案用到不同版本的相依組件,或是基於某些原因要將某個組件用特定版本替換。這時我們可以透過 Assembly Binding Redirect 來做到這件事。 ...

March 3, 2015 · 2 min · 511 words · Larry Nung

ApacheBench - A simple stress testing tool for http server

ApacheBench 簡稱 ab,是 Apache 自帶的 HTTP 負載測試命令列工具,程式主檔在 Apache 安裝目錄下的 bin 目錄內,可安裝 Apache 後取出使用,或是下載 Standalone 版本 使用也可。 ...

March 2, 2015 · 2 min · 564 words · Larry Nung

Json.Net - Custom Converter

Json.Net 用到後面,我們免不了有時會要 Custom Converter 去做序列化的客製動作。 ...

February 17, 2015 · 2 min · 554 words · Larry Nung

Trello - Calendar power-up

要啟動 Trello Calendar 功能,我們可以開啟 Trello 的右側 Menu,點選 Power-Ups 選項。 ...

February 15, 2015 · 2 min · 502 words · Larry Nung

Web API - Adding Request.IsLocal to ASP.NET Web API

要判斷 Request 是否為本地 Request,在 ASP.NET 那邊因為 Request 是 HttpRequest 型態,內建有 IsLocal 方法,可以直接叫用判斷。 ...

February 14, 2015 · 1 min · 190 words · Larry Nung

PsExec - Execute process remotely

PsExec 是一命令列工具,可讓我們執行遠端電腦的程式。 ...

February 13, 2015 · 2 min · 630 words · Larry Nung