WCF Services and Ajax Calls - Part 1
Sitefinity uses WCF as its technology for it's RESTful web services. But how do you create one to call your own custom data. Most people would argue it's much easier to use a MVC widget or WebApi directly. WCF is just too hard and heavy. Or is it?