George George

George George

  • NA
  • 778
  • 0

namespace of WCF

Aug 5 2008 10:02 PM

Hello everyone,


For the namespace defined for WCF, e.g.

http://msdn.microsoft.com/en-us/library/ms731835.aspx

[Code]
[ServiceContract(Namespace = "http://Microsoft.ServiceModel.Samples")]
[/Code]

my question is, what is it usage for developer? The only usage I found is used by the proxy class generated by meta data, and transparent to developer. When do we need to deal with namespace?


thanks in advance,
George