minato128 blog

minato128の公開メモ帳です。

2014-12-06から1日間の記事一覧

ASP.NET Web API の属性ルーティングと例外ロギング設定

属性ルーティング Create a REST API with Attribute Routing in Web API 2 Global.asax.cs public class Global : HttpApplication { protected void Application_Start() { GlobalConfiguration.Configure(WebApiConfig.Register); } } WebApiConfig.cs pu…

Visual Studio Knockout.js Intellisense はどこまで効くのか?(ViewModelの別ファイル化とKnockout-ES5 pluginを入れてみる)

Visual Studio Knockout.js Intellisense - var minato128 = new Blog(); 実際使うときは、ViewModelを外出ししたりプラグイン使ったりしますよね! VSでコーディングしてて、どこかのタイミングでインテリセンスが効かなくなること自体は把握していたのです…