want to use linq

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

Is it possible to take advantage and use the linq feature
when I only have VS2005.

The linq feature exist in .NET 3.0 I think.

So is it possible to download the .NET framework
3.0 and still use VS2005?

//Tony
 
Tony Johansson said:
Is it possible to take advantage and use the linq feature
when I only have VS2005.

The linq feature exist in .NET 3.0 I think.

So is it possible to download the .NET framework
3.0 and still use VS2005?

You can, using LINQBridge (search for it) - but you'd have to work
without query expressions and lambda expressions etc.
 
Back
Top