↧
An Introduction To MongoDB
Introduction Next up, after GitHub and Bootstrap, in the session I presented last month during a company trip, is MongoDB. MongoDB is a NoSQL database, instead of storing data in tables, it stores...
View ArticleSingle-page Application with Knockout.js, Part 1
Introduction The last two posts were introductory posts to Twitter Bootstrap and MongoDB. Let’s combine these two technologies with ASP.NET MVC 4, Web API and Knockout.js to create a simple Single-page...
View ArticleSingle-page Application with Knockout.js, Part 2
Introduction Let’s start where we left off. Go ahead and download the source code of the previous part, unzip it and open it up in Visual Studio. Last time we retrieved a list of timesheets, pushed it...
View Article