KnockoutJS is a MVVM implementation for JavaScript written by Steve Sanderson, in my opinion the author of the best ASP.NET MVC textbooks available. Simply put it lets you bind a JavaScript object model to your HTML UI using a Read more
In this post I'm going to create a simple ASP.NET MVC website for a simple blog that uses MongoDB and the offical 10gen C# driver.
MongoDB is no NOSQL database that stores information as Binary JSON (BSON) in documents. I Read more
Check out some of my other Linq to SQL posts:
EntityBase
Inheritance Modifiers with SQLMetal
Linq to SQL with WCF Services
Linq to SQL Framework (Repository/Business wrapper)
ObjectDataSource binding with server side paging and sorting
Load Options
Generic Framework using reflection
This is a basic tutorial for Read more