Archive for April, 2007

02Apr07

Here is an interesting error from the fritolay.com search engine.


Yield keyword can be a bit tricky to understand. And once you understand it, knowing what it’s used for is another thing. If it doesn’t actually help us, it probably wouldn’t have made it as a keyword.
Yield is commonly and conveniently used when implementing the IEnumerable interface for implementing the GetEnumerator() method. If you [...]


I’m in the process of writing a tutorial on interacting with Amazon Web Services. I think this is a great example to use because of their complex system, but the terminology should be familiar to all of us. The tutorial will be hosted at my main site, and I’ll post on here again when I’m [...]