Archive for April, 2007
Here is an interesting error from the fritolay.com search engine.
Filed under: Bad Programmers, Funny | Leave a Comment
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 [...]
Filed under: .NET, C# | 2 Comments
Amazon Web Services
02Apr07
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 [...]
Filed under: Bad Programmers, Books | Leave a Comment