With the news that Microsoft are going to include jQuery in future asp.net ajax releases I thought I’d have a go at a very simple example to see how it all fits together. The objective here is to have a wcf ajax service that returns an object and a simple ui that is controlled by jquery code and to illustrate: The two libraries work well together without any immediate conflicts It is simple to set-up and use First I created a new .net 3.5 Asp.Net web site and...