How to create a WCF service [closed]
I want to learn step by step how to create a WCF service, starting from something very simple.
Can anyone help me?
See this series of web casts by Michelle Bustamonte.
If you are a beginner, this is one of the best sources to learn WCF.
You can also start with the book Learning WCF.
Also take a look at these SO posts -
Learning the basics of WCF
What is the best way to learn WCF?
Good and easy books/tutorials to learn WCF latest stuff
As for resources: there's the MSDN WCF Developer Center which has everything from beginner's tutorials to articles and sample code.
Also, check out the screen cast library up on MSDN for some really useful, 10-15 minute chunks of information on just about any topic related to WCF you might be interested in.
Also very good are The Service Station articles in MSDN magazine on various aspects of WCF - some more basic like Serialization in WCF or WCF Bindings in Depth, some more advanced and esoteric - but always worth a look!
I found this webcast to be an excellent introduction to WCF.
I would also recommend anything by Juval Lowy, especially his book Programming WCF Services. His website, IDesign.net, has a lot of free code downloads that I find especially instructive.
some people are just better at explaining stuff to others (MSDN and Microsoft in general are not)
Here's the page I knew would satisfy me before I even began reading it.
精彩评论