Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2012-10-28から1日間の記事一覧

Silverlight DataContextプロパティでバインディングソースを指定する

ターゲットのDataContextプロパティで、バインディングソースを指定するサンプルです。 ソースコード Human.cs バインディングソースのオブジェクトになります。 namespace SilverlightApplication1 { public class Human { public int ID { get; set; } pub…