Hacker News new | ask | show | jobs
by jinushaun 5229 days ago
Simple. Use WebAPI if you want a public-facing JSON web service. Use WCF if you want a private internal SOAP web service. WCF was meant to be consumed by other .NET classes in LOB apps, not Javascript.