|
|
|
date: Thu, 31 Jul 2008 15:48:08 +0000 (UTC),
group: microsoft.public.dotnet.framework
back
Re: VS 2005 and .NET 3.0
On Thu, 31 Jul 2008 10:11:01 -0700, G.S. wrote:
> [...]
> However, I could install .NET Framework 3.5 SDK and, I guess, manually
> compile?
I believe that's correct. My recollection is that the last time I looked
at this, the latest .NET SDK supported .NET 3.5 even under VS2005. But
you would not, of course, get any of the _language_ features, since those
are supported by the compiler, not the run-time or framework.
Many of the new framework features are made more accessible by the 3.0
version of C#, but you can still write the code explicitly to access those
classes and their members.
Pete
date: Thu, 31 Jul 2008 10:35:25 -0700
author: Peter Duniho
|
|