Posted under Uncategorized
Here you’ll find code samples, ranging in utility from trivial examples demonstrating how to perform simple functions to full blown, usable classes and, over time, libraries. This is released into the public domain under a GPL license; only attribution is required.
Of course, no warranty is made, expressed or implied, and you use this code at your own risk. All of the standard legalese applies: you can use and modify the code at will, but you can’t sue me for writing it. It’s extremely unlikely that any of this code will be able to crash a machine under the worst of circumstances. C# is managed code, like all .net, which prevents nasty buffer overflows and other such errors.
Thus far you’ll find:
- How to interact with the web programatically
- Reading Photographic Exif Data (Coming Soon)