0

I need to code from scratch a WCF service with net.tcp binding, self-hosted on IIS7, and call it from a console application. Can you give me a step-by-step guide for the service and for the sample client application?

Palec
  • 12,743
  • 8
  • 69
  • 138
SamuGG
  • 479
  • 2
  • 8
  • 20

2 Answers2

0

Please see the following guides and tutorials:

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

http://www.youtube.com/watch?v=FPrQPA9QmUw

lkaradashkov
  • 8,609
  • 1
  • 15
  • 12
0

How about this little Guide from Microsoft?

maba
  • 47,113
  • 10
  • 108
  • 118