Hanselminutes is Fresh Air for Developers. A weekly commute-time podcast that promotes fresh technology and fresh voices. Talk and Tech for Developers, Life-long Learners, and Technologists.
Similar Podcasts

Thinking Elixir Podcast
The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.

The Cynical Developer
A UK based Technology and Software Developer Podcast that helps you to improve your development knowledge and career,
through explaining the latest and greatest in development technology and providing you with what you need to succeed as a developer.

Elixir Outlaws
Elixir Outlaws is an informal discussion about interesting things happening in Elixir. Our goal is to capture the spirit of a conference hallway discussion in a podcast.
Designing a better experience with Sara Summers
Scott talks to Microsoft UX expert Sara Summers at the Heartland Developer's Conference. Sara has coauthored the recently published book for experienced designers, entitled Dynamic Prototyping. Sara loves to talk about big ideas, changing everything, breaking your toys, throwing away your designs and capturing new ideas.
Inside Visual Studio Performance and PerfWatson with Phil Price
Scott goes directly to the source and talks to Phil Price from the Visual Studio team. Why is VS sometimes slow? When it is slow, what's really happening? What is PerfWatson and how will it help them make VS faster? All this and some hints in interesting improvements in the next version of Visual Studio!
Google's Steve Souders, Creator of YSlow on Web Site Optimization
Steve works at Google on web performance and open source initiatives. His book, Even Faster Web Sites, explains his best practices for performance. Steve is the creator of YSlow, one of the top 25 Firefox add-ons.
Startup Series: Alex Papadimoulis on creating Inedo and The Daily WTF
Not every startup starts up smoothly. Alex Papadimoulis shares his stories of near-failure moving from a consultancy to a software company while working on a wildly popular blog at night. What mistakes did his company make in sales and marketing, and how long did it take them to change course?
Startup Series: PostSharp from Open Source to Commercial Business with Gael Fraiteur
Gael Fraiteur had a full time job while working on the side on his open source Aspect Oriented Programming (AOP) project "PostSharp." He's since turned his project into a successful commercial entity called SharpCrafters. What did he learn along the way and what can we learn from his successes and troubles? We also learn about Aspect Oriented Programming and how AOP tools like PostSharp can help your projects today.
Startup Series: Gibraltar Software with Kendall Miller
Kendall Miller is a founder at .NET development tools vendor Gibraltar Software. They are two years into their their startup experiment and are becoming a small, mature company with some great products. How much did they need to fund their startup? How do they market and spread the word? What if there are free or open source versions of their software out there?
Startup Series: Growing ZocDoc with Nick Ganju
Scott chats with Nick Ganju CTO of ZocDoc on how he's building his business with BizSpark and ASP.NET. Does he use Open Source? When do they write their own libraries and when do they buy? What kinds of issues does a .NET startup run into when hiring?
Startup Series: Building Octopus Deploy with Paul Stovell
This week Scott skypes with Paul in London. He's recently moved from Australia and has simultaneously launched his own micro-ISV focused on convention-based deployments made easy. What's involved? How did it get started and what does this Octopus Deploy do?
Startup Series: Inside the DuckDuckGo Search Engine with Gabriel Weinberg
In this first Startup Series episode, Scott talks to Gabriel Weinberg about DuckDuckGo, his new search engine. How dare he go up against Google? He dare with better, more relevant search results. Learn how to be an overnight success in just 15 short years.
Inside the Design Process - Redesigning Scott's blog with Jeremy Kratz
Scott talks to designer Jeremy Kratz about the design process from yellow legal pad to complete design. What kinds of things should a designer take into consideration? Where does design stop and CSS begin, or is there a distinction? Should YOU hire a designer?
Microsoft Research: Trinity is a Graph Database and a Distributed Parallel Platform for Graph Data
Scott talks via Skype to Haixun Wang at Microsoft Research Asia about Trinity: a distributed graph database and computing platform. What is a GraphDB? How is it different from a traditional Relational DB, a Document DB or even just a naive in-memory distributed data structure? Will your next database be a graph database?
Within Windows with Rafael Rivera
Scott sits down with Rafael Rivera to talk about the black box that is Windows. Or is it? Rafael doesn't take no for an answer and shares stories of breaking apps to fix them. No more secrets, this week on Hanselminutes.
Microsoft Web Platform and Azure direction with Scott Hunter
Scott Hanselman and Scott Hunter (also known as Scotts the Lesser) talk about recently Azure/Web reorg, the direction that ASP.NET and Azure are talking, and how they see open source fitting into the future at Microsoft.
Polyglot Programming and .NET - Lessons Learned with Ivan Towlson from Mindscape
Scott sits down with Ivan Towlson from Mindscape. They recently released Web Workbench to the community for free with support for LESS, SASS, and CoffeeScript. Interestingly, they used C#, F#, JavaScript and Ruby to create this app. Why was polyglot programming right for what them? Is it right for you?
Script# compiles to JavaScript: A Real World Implementation at Earth Class Mail
Scott talks to Matt Clay and Matt Davis at Earth Class Mail about how they used Nikhil Kothari's Script# compiler to write JavaScript from C# source. Why did they do it? What were the benefits? The problems? Would they do it again?