Scott Hanselman

Hanselminutes Podcast 210 - John Lam and the Science of Fitness

April 16, 2010 Comment on this post [3] Posted in Podcast
Sponsored By

2.0-routes-viewMy two-hundred-and-tenth podcast is up. Sedentary Scott chats with Fit John Lam about the science of fitness. If you're a coder you you use huge amounts of data and statistics to plan your next move, why not do the same when working out? John talks about the software and hardware folks use to measure not just where they ran and how far, but also their Watts per Kilo of body weight! Does this geek need data to get fit?

Subscribe: Subscribe to Hanselminutes Subscribe to my Podcast in iTunes

Download: MP3 Full Show

Links from the Show

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.

I want to add a big thanks to Telerik. Without their support, there wouldn't be a Hanselminutes. I hope they, and you, know that. Someone's gotta pay the bandwidth. Thanks also to Carl Franklin for all his support over these last 4 years!

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 Formsand WPF. Enjoy developer tools like .NET reporting, ORM,Automated Testing Tools, TFS, 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 fromTravis 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
April 17, 2010 19:36
Pretty interesting software, but. I still prefer TrainingPeaks even if it is a Flex app.
April 20, 2010 1:04
Scott, I have a question about the process of building NerdDinner in MVC as described in your book Professional ASP.NET MVC 1.0, and I'm using VS2010. The question has to do with the process of generating the model classes for the Dinner and RSVP tables. When the book and I come to the point of dragging the two database tables to the NerdDinner.dbml design surface, the book describes the process (echoed by the design surface's instructions) as dragging the tables from the server explorer to the surface. When I do this, the relationship between the Dinner and RSVP table (that view with their relationship) is created as the book describes, but no actual classes are generated by this action (at least I don't see the code for the classes in the Model folder or anywhere else). When I look a little more closely at the Solution Explorer view in the book (as it appears when describing the creation of the DinnerRepository class), I don't see Dinner or RSVP model classes there either -- so this appears to be what is expected. Despite the absence of the code, following the procedure described for building the DinnerRepository class, however, Intellisense picks up on the Dinner and RSVP classes and uses them as expected.

I'm just kind of confused as to why no class code appears for the two tables. Can you explain this?








April 20, 2010 2:13
Open up the DBML file tree in the Solution Explorer, the generated classes are in there. Feel free to move this conversation over to the nerddinner codeplex site as well.

Comments are closed.

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