开发者

How to use Func<T> & Linq with .NET framework 3.0

开发者 https://www.devze.com 2022-12-18 15:52 出处:网络
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.dl开发者_JAVA技巧l) and Linq is not available now a

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.dl开发者_JAVA技巧l) 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?


Try this: How to Use .NET 3.5 Features and C# 3.0 Syntax in .NET 2.0?.

Here are the steps:

  1. Referencing LinqBridge
  2. Referencing System.Core
  3. Implementing features yourself
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号