Hanselminutes Podcast 260 - .NET API design that optimizes for Programmer Joy with Jonathan Carter
Scott sits down with Jonathan Carter to brainstorm about optimizing APIs for programmer happiness, rather than programmer productivity.
Download: MP3 Full Show
Links:
NOTE: If you want to download our complete archives as a feed - that's all 260 shows, subscribe to the Complete MP3 Feed here.
Also, please do take a moment and review the show on iTunes.
Subscribe: or 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. Visitwww.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.
About Newsletter
The weird look on my face? Yah that's pain. I think I'm one knee... and I'm fairly certain I threw up after that.
Never tell Scott that Portland doesn't "do real tacos".
Comments are closed.
I did this in my Args library (available via NuGet). You can either make standard method calls one line at a time or you can call an extension method named "AsFluent()" which returns a class that allows for the same method calls/configuration, but does so in a fluent fashion so that you can do all your configuration in a "single line of code".