Calling a WCF Service from jQuery
For this example I build a simple WCF service that registers your mood for today in a MoodLog; called Moodr. There are five different mood states, with corresponding emoticons in the database. I use the Entity Framework for my Moodr model. More…