Holy monkey cow is it hard to get to your comments for certain posts. Anyway, since I couldn't find a better way to leave you feedback...<br /><br />With your XBox Friends REST API wouldn't it be better to use a handler (.ashx) vs. a web form (.aspx). An aspx has to go through the entire page life-cycle while a handler skips that bit of overhead and gets straight to outputting data.<br /><br />I see various tutorials of people creating RSS feeds and often they use web forms when handlers are a much better choice. Just throwing down my two cents. I got to thinking about this because I'm attempting to do the same sorta thing for the ZuneCard data.
2 Comments
ZaaM IT said
There's no place like 127.0.0.1 :)
Shawn Oster said
Holy monkey cow is it hard to get to your comments for certain posts. Anyway, since I couldn't find a better way to leave you feedback...<br /><br />With your XBox Friends REST API wouldn't it be better to use a handler (.ashx) vs. a web form (.aspx). An aspx has to go through the entire page life-cycle while a handler skips that bit of overhead and gets straight to outputting data.<br /><br />I see various tutorials of people creating RSS feeds and often they use web forms when handlers are a much better choice. Just throwing down my two cents. I got to thinking about this because I'm attempting to do the same sorta thing for the ZuneCard data.