1
peeps

The Efficient Coder: Creating Project Item Templates in Visual Studio

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 932 days, 5 hours, 51 minutes ago
Tuesday, July 21, 2009 1:14:24 PM GMT

I'm building a multi-tier application in JavaScript.  This is implementing the Model View ViewModel pattern to keep as much of the code generic as possible, while allowing for customizations in both the UI and data layers for specific browsers and data access methods such as a local SQLLite database or calls to the server.  I'm using code-generation to create my models, but need a good way to create the Controllers, Views, and ViewModels.  I had been using a simple template, but cutting, pasting and repl...

category: News | clicked: 0 | | source: new.efficientcoder.net | show counter code
tags: Visual Studio

No comments yet, be the first one to post comment.

To post your comment please login or signup