.NET 3.5 Extension Methods Screencast

I've spent some time working with and presenting on extension methods.  In this screencast I create three different extensions.  One to check if a string is null or empty, a second to release my presentation code from the shackles of System.Console.WriteLine(), and a third that shows how to create your own iterator inside of an extension method.

You can download the file here.  You will also need the Camtasia codec which can be downloaded from here.  As always, I welcome feedback on my style and content.

posted @ Tuesday, July 10, 2007 6:55 PM

Print

Comments on this entry:

#  27 Links Today (2007-07-12)

Left by 27 Links Today (2007-07-12) at 7/12/2007 8:20 AM
Gravatar
PingBack from http://mhinze.com/27-links-today-2007-07-12/

# re: .NET 3.5 Extension Methods Screencast

Left by Anonymous at 9/11/2007 2:55 PM
Gravatar
i know its not really the topic of the webcast but ... any reason you don't use the String.IsNullOrEmpty method instead of rolling your own Utility

# re: .NET 3.5 Extension Methods Screencast

Left by The Igloo Coder at 9/11/2007 5:09 PM
Gravatar
The sole purpose of rolling my own implementation was to create something that people could easily understand. Frankly, when I was looking for ideas to implement my mind kept wandering to the business domain that I was working with during the day. I realized that wasn't optimal demo material and, being a less than creative person, all I could come up with was that idea.

# Desert Code Camp files

Left by Coding in an Igloo at 9/17/2007 4:28 PM
Gravatar
Here is the stuff that I worked with on two of my presentations at DCC.  I'm not going to post anything...
Comments have been closed on this topic.