摘要:
Why All The Lambdas?Tuesday, November 27, 2012"Why All The Lambdas?" is a question that comes up with ASP.NET MVC.@Html.TextBoxFor(model => model.Rating)Instead of lambdas, why don't we just pass a property value directly?@Html.TextBoxFor(Model.Rating)Aren't we simply trying to 阅读全文
posted @ 2012-12-03 18:55
阿新
阅读(215)
评论(0)
推荐(0)

浙公网安备 33010602011771号