摘要: 报错:System.NotSupportedException: LINQ to Entities does not recognize the method ...... get_Item(Int32)' method, and this method cannot be translated into a store expression. 在控制器中有如下一段代码: var tem... 阅读全文
posted @ 2015-04-24 15:21 Darren Ji 阅读(3518) 评论(0) 推荐(0) 编辑
摘要: 我们经常通过泛型构造函数创建泛型实例,也常调用实例的扩展方法。以下的代码在项目中随处可见: static void Main(string[] args) { var strs = new List {"hello","world"}; var result = strs.Where(s => s.StartsW... 阅读全文
posted @ 2015-04-24 10:54 Darren Ji 阅读(615) 评论(2) 推荐(0) 编辑

我的公众号:新语新世界,欢迎关注。