Partager via


Language Integrated Query (LINQ) at PDC

Today at PDC, we announced and demo'd Language Integrated Query (LINQ).  LINQ consists of language extensions to C# and VB, and a unified programming model that extends the .NET Framework to offer integrated querying for objects, databases and XML. 

While most of my team has been focused on delivering VS 2005 (aka, Whidbey, which includes C# 2.0), we've also been working in parallel on LINQ (which includes C# 3.0).  We're excited to talk publicly about this technology in detail and get your feedback!

In sync with the announcement and keynote demo, we also released a slew of information on C#, VB and LINQ.  The three quickest introductions are a Channel9 video featuring Anders Hejlsberg, a LINQ overview whitepaper, and a Q&A session with Anders Hejlsberg and Paul Vick.  For those who want to dive deeper, there are Tech Previews for both C# and VB on the LINQ site that you can download.  (These are compatible with VS 2005 Beta 2 only; they do not work with post-Beta 2 builds.)

Over the next few days, we will deliver a lot of LINQ presentations:

  • Wednesday 9/14
    • TLN306: The .NET Language Integrated Query Framework: An Overview at 1:45 pm (Anders Hejlsberg)
    • TLN307: C#: Future Directions in Language Innovation at 3:15 pm (Anders Hejlsberg)
  • Thursday 9/15
    • TLN308: Visual Basic: Future Directions in Language Innovation at 10 am
    • TLN306 (repeat): The .NET Language Integrated Query Framework: An Overview at 2:15 pm (Anders Hejlsberg)
  • Friday 9/16
    • DAT323: Using the .NET Language Integrated Query Framework with Relational Data at 8:30 am (Luca Bolognese)
    • DAT324: Using the .NET Language Integrated Query Framework with XML Data at 10:30 am (Dave Remy)
    • PNL11: .NET Language Integrated Query End-to-End at 1 pm (Anders Hejlsberg, Dave Remy, Don Box, Erik Meijer, Luca Bolognese, and Paul Vick)

We also have Hands-On Labs in the Main Hall for the above areas.  If you're at PDC, this is an easy way to use these technologies yourself.  On the other hand, if you're not as PDC, you can get the same experience by getting the Tech Preview, which includes the same product bits and Hands-On Lab instructions as PDC attendees are using.

It's been fun talking to customers today and reading feedback in various places (e.g., comments on the Channel9 video I referenced earlier).  I look forward to more of this in the next few days and weeks.  Thanks!

--Scott

Comments

  • Anonymous
    September 14, 2005
    Wooo! The C# 3 stuff looks great, you guys have managed to get me excited again. :-)

    When do you expect C# 3 to be available? I remember hearing that Orcas would be released with Longhorn, but that's only about 1 year away, yikes, I'd be sweating if I were MS.

    I hope it is a year; I would love to be coding with all the great new features.
  • Anonymous
    September 14, 2005
    We are targeting Orcas, but I want to be clear that this is early work. We are talking about it publicly now to get feedback from developers like you. Based on the feedback and our development progress, we'll pick an appropriate ship vehicle.

    As a side note, Orcas depends on Longhorn but does not have precisely the same ship date. For major new OS releases, we typically try to ship soon after the OS release.

    --Scott