Simon Soanes Profile
This user has contributed 1 articles, 5 code samples and posted 0 messages in our discussion forums.
Technology Interests
Articles & Tutorials-
An article for all those like Robert Scoble who would like to be able to drag and drop an item to a folder in their Outlook and post it instantly to their Blog. We also briefly cover web services and talking to Outlook. . 
Code Samples-
A simple demonstration of how to use multithreading and delegates in .NET to execute a method that will take a long time, without locking up our main thread..  -
This is some code I wrote a little while back as an example O/R mapper..  -
Ever wondered how to double buffer with a Graphics object so your GDI+ based game/control doesn't flicker annoyingly? Here's how!.  -
How to validate an Integer the fast/efficient way in C# using Double.TryParse().  -
A neat way of fetching an image stored in SQL Server and resizing it before save/sending it anywhere.. 
|