yep. And VB 9.0 is ready for .net 3.5 with new grammars.

Signature
I''m not a programmer...
HP: http://secretnest.info
"yep. And VB 9.0 is ready for .net 3.5 with new grammars."
Oh, boy. Here we go again! Didn't Microsoft make changes when it went from
vb 2003 to vb 2005? And now they're doing it again!
"Yes, .NET 3.0 is an extension of .NET 2.0 that introduces some new
libraries containing classes (WPF, for example)."
What is "WPF"?
> yep. And VB 9.0 is ready for .net 3.5 with new grammars.
>
[quoted text clipped - 9 lines]
> > > Yes, .NET 3.0 is an extension of .NET 2.0 that introduces some new
> > > libraries containing classes (WPF, for example).
Scott M. - 23 Oct 2007 16:10 GMT
Inline....
> "yep. And VB 9.0 is ready for .net 3.5 with new grammars."
>
> Oh, boy. Here we go again! Didn't Microsoft make changes when it went from
> vb 2003 to vb 2005? And now they're doing it again!
Yes, but the changes didn't retire any code only added new items, so you
shouldn't have to worry about code breaking.
> "Yes, .NET 3.0 is an extension of .NET 2.0 that introduces some new
> libraries containing classes (WPF, for example)."
>
> What is "WPF"?
.NET 3.0 contains new class libraries for 3 major new initiatives:
WPF - Windows Presentation Foundation (A new XAML-based way of building
front-ends that are application-type agnostic)
WCF - Windows Communication Foundation (A new way of establishing remote
object instantiation/manipulation that will sit on top of remoting and web
services and streamline those processes).
WF - Windows Workflow Foundation (A new type of project that helps
developers build applications using workflows for better architecture).
>> yep. And VB 9.0 is ready for .net 3.5 with new grammars.
>>
[quoted text clipped - 14 lines]
>> > > Yes, .NET 3.0 is an extension of .NET 2.0 that introduces some new
>> > > libraries containing classes (WPF, for example).