LINQ调试时代码更改...在vs2008中可能吗?
有什么办法可以做到这一点吗?每次都要重新启动真的很烦人。
is there any ways to accomplish this? it is really annoying having to restart every time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是不可能的。 C# 不允许在包含 LINQ 表达式的方法中的任何位置使用 ENC。只要您不实际编辑 LINQ 查询的结构,VB.Net 就允许您使用与 LINQ 表达式相同的方法进行编辑。
No this is not possible. C# does not allow ENC anywhere in a method which contains a LINQ expression. VB.Net allows you to edit within the same method as a LINQ expression as long as you don't actually edit the structure of the LINQ query.