Scott Hanselman

Hanselminutes Podcast 243 - Knockout JavaScript with Steve Sanderson

December 04, 2010 Comment on this post [1] Posted in ASP.NET | ASP.NET MVC | Javascript | Open Source | Podcast
Sponsored By

homepage-exampleSteve Sanderson has created an interesting MVVM JavaScript library for ASP.NET MVC called Knockout. Yes, you read that right! MVVM on the client, MVC on the server, living together happily may make a more enjoyable development experience. All this plus HTML, data binding, jQuery, text boxes over data, ASP.NET and more.

Download: MP3 Full Show

NOTE: If you want to download our complete archives as a feed - that's all 243 shows, subscribe to the Complete MP3 Feed here.

Also, please do take a moment and review the show on iTunes.

Subscribe: Subscribe to Hanselminutes or Subscribe to my Podcast in iTunes or Zune

Do also remember the complete archives are always up and they have PDF Transcripts, a little known feature that show up a few weeks after each show.

Telerik is our sponsor for this show.

Building quality software is never easy. It requires skills and imagination. We cannot promise to improve your skills, but when it comes to User Interface and developer tools, we can provide the building blocks to take your application a step closer to your imagination. Explore the leading UI suites for ASP.NET AJAX,MVC,Silverlight,Windows Forms and WPF. Enjoy developer tools like .NET Reporting, ORM, Automated Testing Tools, Agile Project Management Tools, and Content Management Solution. And now you can increase your productivity with JustCode, Telerik’s new productivity tool for code analysis and refactoring. Visit www.telerik.com.

As I've said before this show comes to you with the audio expertise and stewardship of Carl Franklin. The name comes from Travis Illig, but the goal of the show is simple. Avoid wasting the listener's time. (and make the commute less boring)

Enjoy. Who knows what'll happen in the next show?

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
December 07, 2010 19:13
I thought there might be some utility to using MVVM within a web application. A lot of people leverage a "front controller" design with MVVM on the desktop/silverlight (see nRoute from Rishi Oberoi and Magellan from Paul Stovell for examples of frameworks that implement this architecture). So having ASP.NET MVC with the controller sending a ViewModel to the View follows logically.

Can't wait to listen.

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.