In part one of the
Developer Diary, Justin James reviewed what it takes to make a request to the OpenAmplify
service. This week, he explores how to use
the OpenAmplify results to make the comparison of author demographics and
styles between two individual documents. The key to all of James' work from here on
is that when he retrieve the results from OpenAmplify he loads them into an XDocument instance, which allows the use of LINQ.
...