I started looking into Backbone and how to use it with MVC by looking at this excellent tutorial by Diego: ASP.NET MVC3 RESTful application tutorial with Backbone.js.
I had been reading about require.js and about splitting the Backbone files up into the recommended layout of folders. So, I've extended the tutorial code to include require.js for loading all the parts required to run the app.