Roy Osherove Profile
Roy Osherove has spent the past 6+ years developing data driven applications for various companies in Israel. He's acquired several MCP titles, written a number of articles on various .NET topics, most of which can be found on his weblog, and loves discovering new things everyday. Roy is also the author of the Feedable service and of the free regular expression tool, The Regulator.
This user has contributed 3 articles, 1 code samples and posted 0 messages in our discussion forums.
Technology Interests
Articles & Tutorials-
I’ll show how to use regular expressions to parse a Web page’s HTML text into manageable chunks of data. That data will be converted and written as an RSS feed for the whole world to consume. Finally, I’ll show how to create a generic tool that enables you to automatically generate an RSS feed from any website, given a small group of parameters..  -
An introduction to test-driven development with NUnit and the NUnit-Add-in.  -
I’ve been dabbling with Winforms data binding and the DataGrid control for the past week, and here are some lessons I’ve learned.. 
Code Samples-
One of the most cumbersome things you will ever have to do with Winforms is updating your User interface while receiving events from another thread. These helper classes make it a breeze.. 
|