Moving From the DataSet to Data Services

Chris, you mentioned that you are inlining your event bindings. Are you doing that only for javascrpit generated HTML? If not, aren't you at risk of referencing code that has not yet loaded if you are loading all of your javascript at the bottom of the page?
I dont remember the context at this point, but I probably saw I had inline some event handlers and realized I need to move those out. With that said in the microtemplating syntax you do not really have a way to avlid inlining in the case of the table row. But you can do that with the new MSFT templating plugin. I should have more time to write about using it in July.
Where can I download the sample code?