want to use linq

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony Johansson

    want to use linq

    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


  • Jon Skeet [C# MVP]

    #2
    Re: want to use linq

    Tony Johansson <johansson.ande rsson@telia.com wrote:
    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.

    --
    Jon Skeet - <skeet@pobox.co m>
    Web site: http://www.pobox.com/~skeet
    Blog: http://www.msmvps.com/jon.skeet
    C# in Depth: http://csharpindepth.com

    Comment

    • Family Tree Mike

      #3
      Re: want to use linq

      Are you aware of the free version of Visual Studio 2008 C# Express?

      "Tony Johansson" <johansson.ande rsson@telia.com wrote in message
      news:d5REk.2902 $U5.11979@newsb .telia.net...
      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
      >

      Comment

      Working...