want to use linq

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
 
J

Jon Skeet [C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top