Building Modern Apps with Backbone.js and Service Stack
Learn how to structure web applications by using the good old Model-View-Controller pattern in the browser rather than on the server. You’ll learn how to build models with key-value binding and custom events, collections with a rich APIs and views with declarative event handling. You’ll also learn how to connect …