2013年3月24日 星期日

[Asp.net Mvc]Model Validation

使用Model Validation中[EmailAddress] , [Compare]等等 驗證訊息需要再.net 4.5以上的System.ComponentModel.DataAnnotations

2013年3月17日 星期日

Linq.Dymaic 記事

Linq 動態 OrderBy

var result =  Collection .OrderBy("Column asc")