Hanselminutes Podcast 92 - Visual Basic Yesterday, Today and Tomorrow with Paul Vick
My ninety-second podcast is up. In this episode, I chat with Paul Vick, Principal VB Architect, and Paul Yuknewicz, a Senior Program Manager on the VB Team about the past, present and future of Visual Basic.
- Download: MP3 Full Show
- ACTION: Please vote for us on Podcast Alley! Digg us at Digg Podcasts!
If you have trouble downloading, or your download is slow, do try the torrent with µtorrent or another BitTorrent Downloader.
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 bother testing. They also are committed to XHTML compliance and publish their roadmap. It's nice when your controls vendor is very transparent.
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
I wonder if you could get Matt Curland in for a show some time (he was referenced in the podcast). He did some real cool stuff back in the day: subclassing windows, multithreading and function pointers in vb6.
I was wondering if the VB team will be implementing code blocks (like in ruby) anytime soon.
Now that vb is in first place, can we please have 1-based arrays and indexes?
For example, to remove the first character of a stringbuilder, let's refer to item number one!
option Count AsInRealLife
.
.
.
dim sb as new stringbuilder
sb.append("abcdefgh")
sb.remove(1, 1)
Horray!
Best regards
Comments are closed.
It would be great if you can blog in short about the highlighting features of futuristic VB
I am sure, you must have discussed Dynamic VB ( Vbx ) in your podcast.
I have trying to collect more information on Dynamic Vb ( The next version of VB ), but unfortunately it is not discussed as frequently as IronRuby and IronPython.
Just hoping that the new dynamic VB, challenges the other Dynamic languages, since Dynamic Languages is the way to go.
Thanks