Sign In
Stephen Toub
.NET, MSDN Magazine, and other Adventures in Life
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
Concurrency
Life
Media Center
MSDN Magazine
Sudoku
Browse by Tags
MSDN Blogs
>
Stephen Toub
>
All Tags
>
.net
Tagged Content List
Blog Post:
.NET Matters: Stream Pipeline
Stephen Toub - MSFT
My latest .NET Matters column in MSDN Magazine is now available online . In it, I discuss one approach to implementing a BlockingStream and using it to implement a StreamPipeline class.
on
15 Jan 2008
Blog Post:
Parallel Extensions CTP!
Stephen Toub - MSFT
For those of you who haven't heard, we released a CTP of the Parallel Extensions to the .NET Framework. You can download it here , and you can learn more about it in the new Parallel Computing dev center on MSDN, as well as from the Parallel Extensions team blog . Enjoy! -Steve
on
30 Nov 2007
Blog Post:
.NET Matters: Debugging finalizers
Stephen Toub - MSFT
My latest .NET Matters in MSDN Magazine is now online: http://msdn.microsoft.com/msdnmag/issues/07/11/NETMatters/default.aspx
on
11 Oct 2007
Blog Post:
.NET Matters: Deadlock Monitor
Stephen Toub - MSFT
My latest .NET Matters in MSDN Magazine is now online here . In it, I discuss what deadlocks are and ways to detect them when using monitors.
on
22 Sep 2007
Blog Post:
Fun with DVR-MS (now on my blog)
Stephen Toub - MSFT
Several years ago, I wrote an article for MSDN on programming against the DVR-MS file format. I'm very pleased with how well the article was received, and to this day I get a lot of people writing to me about the article. Unfortunately, recently the article was removed from MSDN. Rather than spending...
on
22 Sep 2007
Blog Post:
Latest column online: Tales from the CryptoRandom
Stephen Toub - MSFT
It's been a while since I've added to this blog; been very busy with some really cool stuff at work (more about that soon). In the meantime, my latest .NET Matters column in MSDN Magazine is now online at http://msdn.microsoft.com/msdnmag/issues/07/09/NETMatters/default.aspx (cowritten with Shawn Farkas...
on
9 Aug 2007
Blog Post:
Updated Media Center "Time Travel" article for Windows Vista
Stephen Toub - MSFT
Several months ago I updated my "Time Travel with Windows Media Center" article to be based on Windows Vista rather than on Windows XP. It's now online! If you're interested in writing background add-ins for Media Center, check it out at http://msdn2.microsoft.com/en-us/library/bb643809.aspx . Thanks...
on
11 Jul 2007
Blog Post:
Handling window messages in console apps
Stephen Toub - MSFT
If you've ever wondered how to handle window messages in .NET console applications, check out my latest .NET Matters column in the June 2007 issue of MSDN Magazine , which just went online an hour or so ago.
on
9 May 2007
Blog Post:
Code samples from DevConnections talk
Stephen Toub - MSFT
Thanks to everyone who attended my talks yesterday at DevConnections. For those of you who were at the talk on using managed code to access some of the native-only APIs in Vista, you can get the code samples I used for the demos here . The slides from both talks should be available on the conference...
on
29 Mar 2007
Blog Post:
DllPreviewHandler for Windows Vista
Stephen Toub - MSFT
At DevConnections this week, I wanted to demonstrate how easy it can be to write preview handlers for Windows Vista. Using the framework I created for my article in the January 2007 issue of MSDN Magazine , I whipped up this little guy: [PreviewHandler("MSDN Magazine DLL Preview Handler", ".dll", "{1A565B60...
on
27 Mar 2007
Blog Post:
Improving a Graphics Application with Tablet APIs
Stephen Toub - MSFT
In May 2006, I wrote a small digital imaging application to produce what I like to call the "Pleasantville" effect. If you've seen the movie, you can probably guess what I mean. An image will be mostly grayscale, but certain aspects of the image, either certain colors or certain regions, will remain...
on
27 Feb 2007
Blog Post:
Update to PreviewHandlerAssociationEditor for Vista x64
Stephen Toub - MSFT
John Robbins emailed me tonight to let me know that he found a bug with my PreviewHandlerAssociatedEditor tool with Vista running on x64. The tool first looks in the registry to see what handlers are available, and then it looks at all classes/extensions to see which have handlers registered with...
on
16 Feb 2007
Blog Post:
Code for PreviewHandlerAssociationEditor
Stephen Toub - MSFT
I've had several requests for the code for the PreviewHandlerAssociationEditor tool I put up a few weeks back to accompany my MSDN Magazine article on preview handlers . I've updated the download to include the source for the project. Enjoy!
on
2 Feb 2007
Blog Post:
Position Changer Add-In updated for Media Center in Windows Vista
Stephen Toub - MSFT
Back in early 2005, I wrote an article for MSDN on implementing add-ins for Windows XP Media Center Edition 2005 . As part of that article, I implemented an add-in that made it easy to jump around in a recorded TV show, video, or music file using the remote control, simply by entering a time code using...
on
4 Jan 2007
Blog Post:
Error 2869 when installing preview handlers MSI
Stephen Toub - MSFT
If you're getting an error with error code 2869 when installing the sample preview handlers associated with my preview handler article from the January 2007 issue of MSDN Magazine , make sure you're following the directions in the README file. Open a new console window with "Run as administrator". From...
on
18 Dec 2006
Blog Post:
UnauthorizedAccessException in PDF Preview Handler
Stephen Toub - MSFT
For my article on preview handlers in the January 2007 issue of MSDN Magazine , I wrote a sample preview handler for previewing PDF files. This allows you to view PDF files in Outlook and in the Vista shell just as you would other document types for which there are built-in preview handlers, like for...
on
18 Dec 2006
Blog Post:
Preview Handler Association Editor
MSDNMagazine
I received an email from MSDN Magazine subscriber Oren Novotny thanking me for my preview handler article in the January 2007 issue of MSDN Magazine . Oren also wondered whether a tool could be written to make it easy to edit preview handler registrations for particular extensions. For example, what...
on
14 Dec 2006
Blog Post:
Update to Outlook Calendar Provider framework for Outlook 2007
Stephen Toub - MSFT
I've received several emails from folks who have been successfully using my Outlook Calendar Provider and Outlook Contact Provider with Outlook 2003. Unfortunately, they upgrade to Outlook 2007, and their solutions break. This appears to be due to Outlook 2007 being more strict about the response it...
on
21 Nov 2006
Blog Post:
Slides and code from DevConnections talks
Stephen Toub - MSFT
Several folks have asked me for my slides and code samples from both talks I gave at Visual Studio Connections last week. You can find them here: http://www.devconnections.com/updates/LasVegasFall_06/VS_Connections/Toub_VGN305_VSConnections_Fall2006.zip http://www.devconnections.com/updates/LasVegasFall_06...
on
16 Nov 2006
Blog Post:
November 2006 MSDN Magazine now online
Stephen Toub - MSFT
The November 2006 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/06/11 . This includes the November installment of my favorite column, .NET Matters , available at http://msdn.microsoft.com/msdnmag/issues/06/11/NETMatters .
on
16 Oct 2006
Blog Post:
October 2006 MSDN Magazine now online
Stephen Toub - MSFT
The October 2006 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/06/10 . Enjoy! Steve
on
7 Sep 2006
Blog Post:
September 2006 MSDN Magazine now online
Stephen Toub - MSFT
The September 2006 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/06/09 . This includes the September installment of my favorite column, .NET Matters , available at http://msdn.microsoft.com/msdnmag/issues/06/09/NETMatters .
on
2 Aug 2006
Blog Post:
Sudoku article in more languages
Stephen Toub - MSFT
I previously posted about translations of my Sudoku article into French and Spanish . Today I found it in Chinese and German , too!
on
1 Aug 2006
Blog Post:
Free MSDN Magazine subscription to MSDN Premium subscribers in the US
Stephen Toub - MSFT
I was chatting with a few Microsoft folks last week, and they asked me if they could get a discounted rate on MSDN Magazine. (Not that it's expensive to begin with; at $35 if you buy it through the MSDN Magazine Web site, and at $25 if you buy it through the offers typically distributed at conferences...
on
25 Jul 2006
Blog Post:
Sudoku en español
Stephen Toub - MSFT
I found out this morning that my Sudoku article on MSDN has been translated into Spanish: http://www.microsoft.com/spanish/msdn/articulos/archivo/160506/voices/tbconSudokuSampleFinal.mspx Cool! Kudos to David Carmona Salas and his team for undertaking such a massive translation effort.
on
21 Jun 2006
Page 1 of 3 (75 items)
1
2
3