如何使用 Func& Linq 与 .NET Framework 3.0
我一直在使用 .NET Framework 3.5 开发 WPF 应用程序,后来不得不更改为 3.0。一些功能,例如 Func
(System.Core.dll) 和 Linq 现在不可用,并且 VS 会向我现有的代码抛出编译错误。如何在 3.0 中使用 3.5 的功能?
I've been developing a WPF application with .NET framework 3.5 and later had to change to 3.0. Some of the features like Func<T>
(System.Core.dll) and Linq is not available now and VS throws compile errors to my existing code. How can I use 3.5 features in 3.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:如何在 .NET 2.0 中使用 .NET 3.5 功能和 C# 3.0 语法?。
步骤如下:
Try this: How to Use .NET 3.5 Features and C# 3.0 Syntax in .NET 2.0?.
Here are the steps: