.NET 3.0

G

Guest

Hi

I just thought of writing my MCTS exam, which targets .NET 2.0. However, i
also came across many info on .NET 3.0, now this just makes me to think,
whether should i go ahead and do MCTS? Any idea when is 3.0 getting released
and is there any new IDE again going to be launched for it?

Prem
 
F

Frans Bouma [C# MVP]

Prem said:
Hi

I just thought of writing my MCTS exam, which targets .NET 2.0.
However, i also came across many info on .NET 3.0, now this just
makes me to think, whether should i go ahead and do MCTS? Any idea
when is 3.0 getting released and is there any new IDE again going to
be launched for it?

.NET 3.0 is the .NET 2.0 CLR + WinFX, so it actually simply is .NET
2.0 core with additional libraries.

There won't be a special IDE version for .NET 3.0, the next vs.net
version (Orcas) will be released in h2 2007 (or later) and will target
..NET 3.5

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
A

Andrei Varanovich

Hi,

In addition there will be no any changes in the 3.0 runtime itself.

Thank you,
Andrei
 
J

Jim Wooley

I just thought of writing my MCTS exam, which targets .NET 2.0.
However, i also came across many info on .NET 3.0, now this just makes
me to think, whether should i go ahead and do MCTS? Any idea when is
3.0 getting released and is there any new IDE again going to be
launched for it?

The best I've heard is that the 3.0 framework will be released in the Vista
timeframe (end of this year, start of next). This will not include Visual
studio integration. The next version of visual studio is currently code-named
Orcas and there is no published date for it to be released at this point.
If you want the MCTS, go for it. If you wait until the next technology is
released, you will constantly be waiting. It's similar to waiting for X computer
to come out before you purchase it. PC's are obsolete before they come off
of the assembly line. .Net technologies are at a similar speed at this point.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
 
J

Joerg Jooss

Thus wrote Jim,
The best I've heard is that the 3.0 framework will be released in the
Vista timeframe (end of this year, start of next). This will not
include Visual studio integration.

There is plenty .NET 3.0 support for VS 2005: Project templates for WPF and
WCF, the Cider UI editor for WPF, VS Workflow Extensions...

Cheers,
 

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