Isa@Diary

ソフトウェア開発やってます。プログラミングとか、US生活とかについて書きます。

2013-10-01から1ヶ月間の記事一覧

Microsoft Message Analyzerを使ってみた

Reference http://www.microsoft.com/en-us/download/details.aspx?id=40308 なにこれ Netmonの後継っぽい。詳しくは http://blogs.technet.com/b/messageanalyzer/ のblogを読めばいろいろ書いてある。 使ってみた Win7移行、.NET4以上が必要。Splashもなん…

ラムダ式のスコープ関連

C#

特に何か特別なことがあるわけでもなくただのメモ。 Reference http://msdn.microsoft.com/en-us/library/vstudio/bb397687.aspx Codes using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; …