Tag Archives: Javascript

Dev: Enterprise Backbone.js Project Setup

Today I want to discuss the how’s and why’s of a Backbone.JS (http://backbonejs.org/) implementation. Ultimately, doing client side MVC, you come to face to face with Google’s popular Angular framework. Many people will question you if you use anything but … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment

Setup: VirtualBox 4.3.6, Ubuntu 13.10 CLI, Node.js, Forever.js

In my last post I covered a popular implementation of BackboneJS in Visual Studio. [http://michaeldukehall.com/visual-studio-2013-single-page-application-with-backbonejs/] I was not happy with it. Primarily because mixing a JavaScript Client-Side MV* solution with a ASP.Net Server-Side MVC solution feels clunky. So, I’ve set … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

Dev: Visual Studio 2013 Single Page Application with BackBoneJS

Introduction: As part of my exploration from the last blog post I have been digging into BackBoneJS. Here I take a look at getting started with BackBoneJS in a Microsoft environment. Ultimately, I don’t think this is a very clean … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , | 2 Comments