stupid .net framework 3.0 ?

B

Brent

Ok guys i know this is a stupid question but here goes. I decided tonight
was going to be the night to learn this new .net framework 3.0. I downloaded
the new release of .net framework 3. I also installed windows SDK & the
visual studio plugins for WF,WCF, WPF. Ok my first quest was try research
this LINQ stuff a little bit bit suprised to see nothing relating to the
..Net framework 3.0 in visual studio except a .Net framework 3.0 that had
stuff like a template for creating XAML app which im not there yet so i
don't want to use. Ok one of the first things i was going to see is if "var"
was even there and it wasn't. SO i tried to go add System.Query manually
through the .Net references and its not there. What gives? What do i need to
do so i can start coding stuff with the .Net framework? Id like to do a
working example of an windows forms application using LINQ. Any help would
be apprecaited.

thanks,
ncage
 
M

Michael Nemtsev

Hello Brent,

LINQ will be the part of .NET 3.5
Current .NET 3.0 is just .NET 2.0 + WinFX (WCF/WPF/WF/CardSpace)

To play with LINQ u need .NET 2.0 at least and download the latest CTP version
http://msdn.microsoft.com/data/ref/linq/


B> Ok guys i know this is a stupid question but here goes. I decided
B> tonight was going to be the night to learn this new .net framework
B> 3.0. I downloaded the new release of .net framework 3. I also
B> installed windows SDK & the visual studio plugins for WF,WCF, WPF. Ok
B> my first quest was try research this LINQ stuff a little bit bit
B> suprised to see nothing relating to the .Net framework 3.0 in visual
B> studio except a .Net framework 3.0 that had stuff like a template for
B> creating XAML app which im not there yet so i don't want to use. Ok
B> one of the first things i was going to see is if "var" was even there
B> and it wasn't. SO i tried to go add System.Query manually through the
B> .Net references and its not there. What gives? What do i need to do
B> so i can start coding stuff with the .Net framework? Id like to do a
B> working example of an windows forms application using LINQ. Any help
B> would be apprecaited.
B>
B> thanks,
B> ncage
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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