I have been reading up on WCF and was looking for a good tutorial on creating a WCF Restful service that returns Json. I cant seem to find any that are really worth reading, does any have any ones they would recommend for someone who just wants to start with the basics and learn about WCF Restful service? I am unsure if I should start with WCF 3.5 or WCF 4 too. I am using Visual Studio 2010, so I could potentially do either one or both.
Share
WCF4 already has nice built-in templates for JSON, whereas in WCF 3.5 it’s a bit fiddly and you need to manually add support for that.
check this out for some docs
Hope this helps