LINQ 之后的下一件大事是什么?
当 LINQ(语言集成查询)仍处于测试阶段时,我就开始使用它,更具体地说是 Microsoft .NET LINQ 预览版(2006 年 5 月)。差不多 4 年过去了,我们在许多项目中使用 LINQ 来完成最多样化的任务。
我什至基于 LINQ 编写了我的期末大学项目。你看我多么喜欢它。
LINQ 和最近的 PLINQ(并行 LINQ)为我们的工作带来了巨大的提升,因为它提供了更强的编程能力和更少的代码行,从而使我们能够编写更具表现力和可读性的代码。
我一直在思考继 LINQ 之后 C# 的下一个重大语言改进可能是什么。
我知道有一些有前途的语言功能会以代码契约等形式出现,但没有什么能像 LINQ 那样产生影响。
您认为下一件大事可能是什么?
I started using LINQ (Language Integrated Query) when it was still in beta, more specifically Microsoft .NET LINQ Preview (May 2006). Almost 4 years have passed and here we are using LINQ in a lot of projects for the most diverse tasks.
I even wrote my final college project based on LINQ. You see how I like it.
LINQ and more recently PLINQ (Parallel LINQ) give our jobs a great boost when it comes to more programming power and less lines of code leading us to more expressive and readable code.
I keep thinking what could be the next big language improvement for C# after LINQ.
I know there are some promissing language features coming as Code Contracts, etc, but nothing having the impact that LINQ had.
What do you think could be the next big thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
反应式扩展
Reactive Extensions
特别是 ParallellFX。并发一般。
ParallellFX specifically. Concurrency generally.
我很乐意看到 la Boo 访问编译器管道的语法定制。
I would love to see syntactic customization a la Boo's access to the compiler pipeline.