Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Roy Osherove Profile

photo Roy Osherove (RoyOsherove)
09 Feb 2004
Israel Israel

http://www.iserializable.com
Contact memberContact this Member Edit ProfileEdit my 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

    • Creating a Generic Site-To-Rss Tool

      by RoyOsherove

      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.. Read full article

    • Test-driven development with NUnit

      by RoyOsherove

      An introduction to test-driven development with NUnit and the NUnit-Add-in. Read full article

    • Winforms Data Binding Lessons Learned

      by RoyOsherove

      I’ve been dabbling with Winforms data binding and the DataGrid control for the past week, and here are some lessons I’ve learned.. Read full article

      Code Samples

    • UI Threading Helper Classes

      by RoyOsherove

      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.. Read full article