WCF is in .net 3.0 or higher only?

G

Guest

Hello, friends,

I found some articles about WCF, and saw it used System.ServiceModel.
However, I could not find this name space in our .net 2005. Is WCF in .net
3.0 or higher only?

Thanks.
 
P

pvdg42

Andrew said:
Hello, friends,

I found some articles about WCF, and saw it used System.ServiceModel.
However, I could not find this name space in our .net 2005. Is WCF in .net
3.0 or higher only?

Thanks.

Correct.
You can download and install .NET 3.0, which is, in essesnce, an add-on to
2.0. You can then use the new features with VS 2005.
 
J

Jon Skeet [C# MVP]

Andrew said:
I found some articles about WCF, and saw it used System.ServiceModel.
However, I could not find this name space in our .net 2005. Is WCF in .net
3.0 or higher only?

Yes - .NET 3.0 is basically .NET 2.0 + WCF, WPF, Windows Workflow
Foundation and Cardspace.
 
G

Guest

Is it a beta version? Is it free?

Thanks.

pvdg42 said:
Correct.
You can download and install .NET 3.0, which is, in essesnce, an add-on to
2.0. You can then use the new features with VS 2005.
 

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