2012-03-18から1日間の記事一覧

本を買おうか迷う

日本Amazonだと6500円とぼったくられる本です。 The Way to Go: A Thorough Introduction to the Go Programming Language Amazon.com だと3000円くらいでした。 The Way To Go: A Thorough Introduction To The Go Programming Language あと、中身がどんな…

C# 4.0 dynamic による動的XML読み書きクラス

C#

■使い方 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace DynamicSamples { public class Sample001 { public static string GetItems() { dynamic xml = new DElement("DynamicSampleX…