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

Posted by Raj on Stack Overflow See other posts from Stack Overflow or by Raj
Published on 2010-01-29T05:52:57Z Indexed on 2010/05/08 23:28 UTC
Read the original article Hit count: 203

Filed under:
|

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 (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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf