Confused: vs2k5, 3.0 framework, wcf/wpf and orcas

G

Guest

Now that vista and the 3.0 framework are gold, I'm a bit confused, so any
clarification would be very helpful.

The 3.0 framework is gold and is downloadable etc. What is not 'gold' and
'supported' is the WCF/WPF addons to vs2k5. But here's where I get confused.

If I have vs2k5 source code. which contains 3.0 'code', on a pc which does
not have the WCF/WPF addons. It compiles, runs, has intellisense etc. etc.
etc.

So what exactly does the WCF/WPF addons do for me? And is anything I do
supported in this manner?

Thanks!

Steve :)
 
N

Norman Yuan

WCF and WPF are part of .NET3.0. The add-on you are talking about is add-on
to VS2005, so that you can develop WCF/WPF applications with VS2005. Users
of you app only need to have .NET3.0 installed to run your WCF/WPF app.

"ORCAS" is the next version of VS that fully capable of WCF/WPF and more
development.
 
G

Guest

But... .without the addins, I can compile/build wcf solutions? So what do
the addins bring to the table?
 
M

Michael Nemtsev

Hello SteveW,

S> Now that vista and the 3.0 framework are gold, I'm a bit confused, so
S> any clarification would be very helpful.
S>
S> The 3.0 framework is gold and is downloadable etc. What is not
S> 'gold' and 'supported' is the WCF/WPF addons to vs2k5. But here's
S> where I get confused.

Only extention is not released, because they are working on the editors,
intellisence and other IDE stuff to give u really good tool to design and
create your app

S> If I have vs2k5 source code. which contains 3.0 'code', on a pc which
S> does not have the WCF/WPF addons. It compiles, runs, has intellisense
S> etc. etc. etc.

it doesnt matter, the most important is that WCF/WPF already released

S> So what exactly does the WCF/WPF addons do for me? And is anything I
S> do supported in this manner?

Addon means IDE support, which a little bit weak just right now. But from
the framework perspective everything is ok

---
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 Nietzsche
 

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