A couple of days ago I posted how I improved my blog search. Well, tonight, I decided to enhance it by using the MSN Searcn SDK. My http handler makes a call to the MSN Search web service and returns the found matches and transforms their XML to HTML through XSLT. I’m using the same mechanism I wrote about for calling a web service asynchronously from ASP.NET.
Let me know what you guys think!