Archive for the ‘Podcast’ Category

Jon talks ASP.NET MVC 4, ASP.NET 4.5, ASP.NET Web Pages 2, and Visual Studio 11 on Jesse Liberty’s "Yet Another Podcast"

Jesse Liberty interviewed me about all the new Developer Preview releases for web developers. He asked me a lot of great questions over the course of a 45 minute interview. Download / Listen: Yet Another Podcast #49–Jon Galloway: What’s New In AS…

Hanselminutes Podcast 270 – Nancy, Sinatra and the Explosion of .NET Micro Web Frameworks with Andreas Håkansson

Scott chats with open source developer Andreas Håkansson about his .NET micro web framework called Nancy which is inspired by a Ruby framework called Sinatra. Why do we need frameworks like this? What kinds of sites and services can they support and h…

Hanselminutes Podcast 261 – ASP.NET MVC 3 Tools Update with Phil Haack

Scott and Phil sit down to talk about the new ASP.NET MVC 3 Tools Update. Have you updated? That button up there will automatically check your system for SP1, as well as get you IIS Express, SQL Compact and basically the whole "Web Stack of Love.&…

Hear me talk about MVC 3 on Jesse Liberty’s Yet Another Podcast

Jesse Liberty interviewed me about ASP.NET MVC 3 recently on Yet Another Podcast. It was a lot of fun being a guest on a podcast for a change. Here are some of the highlights: Some introductory chatter about Herding Code and whatnot (skip to 3:50 i…

ASP.NET MVC 3 Preview 1 Released – Channel 9 Video and Hanselminutes Podcast 224, Oh My!

Phil and friends released ASP.NET MVC 3 Preview 1 today. I snuck into the office of Phil Haack and Morgan the Canadian Intern to talk about the release of ASP.NET MVC 3 Preview 1 and some of the cool "futures" stuff that Morgan (and our fleet of interns) is working on. This video isn't only about MVC as Morgan's working on some cool CSS Sprites stuff that works nicely in WebForms that you should check out as well. Also, my two-hundred-and-twenty-fourth podcast is up and I talk more in depth with, yes, you guessed, it, Phil Haack. More detail in a less shaky-camera format. What's new in ASP.NET MVC 3? Note that installing ASP.NET MVC 3 won't mess up your ASP.NET MVC 2 applications. Razor Syntax View Engine – Cleaner…(read more)

Hanselminutes Podcast 217 – MVC Turbine and IoC made easy with Javier Lozano

My two-hundred-and-seventeenth podcast is up . Scott talks to Javier Lozano about his open source MVC Turbine project and how it makes Dependency Injection and inversion of control extremely easy. These concepts can be tricky to jump into and usually require custom code in your app. MVC Turbine makes it easy to get up and running in minutes with ASP.NET MVC and IoC. (Ya, I know, I'm late to post this.) Subscribe: Download: MP3 Full Show Links from the Show Javier talking about MVC Turbine on Channel 9 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…(read more)

Hanselminutes Podcast 209 – ASP.NET MVC Contrib with Jeffrey Palermo

My two-hundred-and-ninth podcast is up . I talk with Jeffrey Palermo to chat about his thoughts around ASP.NET MVC and the MVCContrib Project. What's the MVCContrib Project for? What value does it bring to the platform, and what's the story behind it joining the CodePlex Foundation? Subscribe: Download: MP3 Full Show Links from the Show MVCContrib CodePlex.org 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…(read more)

Hanselminutes Podcast 202 – A different way to do ASP.NET WebForms with WebFormsMVP

My two-hundred-and-second podcast is up . I sit down (in my home, actually) with Tatham Oddie to talk about the WebFormsMVP open source project created by he and Damian Edwards.  What does it add?  Can we have the best of both worlds, convenience, controls and testability? Subscribe: Download: MP3 Full Show Links from the Show WebFormsMVP Project Tatham Oddie's Blog 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…(read more)

Hanselminutes Podcast 192: The Spark View Engine for ASP.NET MVC with Louis DeJardin

My one-hundred-and-ninety-second podcast is up . Scott chats with new Microsoft employee and ASP.NET team member about his open source ASP.NET MVC ViewEngine called "Spark." It's a totally new DSL (Domain Specific Language) that might make your MVC Views more fun to write! What is Spark? Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly. <viewdata products="IEnumerable[[Product]]"/> <ul if="products.Any()"> <li each="var p in products">${p.Name}</li> </ul> <else> <p>No products available</p> </else> Subscribe: Download: MP3 Full Show Links…(read more)

Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack

My one-hundred-and-eighty-eighth podcast is up . This last week I was at PDC but just before he left I chatted with Phil Haack about his exciting release of ASP.NET MVC 2 Beta. They chat about the changes, and Scott gets a surprise phone call from The Gu . Subscribe: Download: MP3 Full 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. Telerik is our sponsor for this show. Check out their UI Suite of controls for ASP.NET . It's very hardcore stuff. One of the things I appreciate about Telerik is their commitment to completeness. For example, they have a page about their Right-to-Left support while some vendors have zero support, or don't…(read more)