Browse by Tags

All Tags » Quick Tips » Terrarium (RSS)

Brad Abrams talks about mutable read-only fields and I attempt to elaborate.

Brad Abrams posts an article on Mutable reference types should not be read-only fields . You really have to think about what this means. In the example he creates a new type, say F, that has some internal data. On another type, he creates a read-only...

Taking a closer look at the power provided in stack based finite-state machines.

Abstract: I've blogged before on the various types of finite-state machines you could possibly use in the Terrarium, but I didn't really go into any depth on how you might take advantage of them. So I'm going to take this opportunity to talk about stack...

Terrarium: Enumerating collections with an outlook on how to speed up the process.

Okay, so I was going through some old source code, that I won't claim since I probably didn't write it based on the fact the as statement wasn't used (as soon as I found out about the as statement I made sure to take advantage of its usage whenever possible...

The woes of renaming assemblies for the uninitiated...

First off, read this Junfeng's blog post http://weblogs.asp.net/junfeng/archive/2004/01/29/64272.aspx as it will provide you with some background as to the problem. However, we are going to examine a more explicit issue, and instead of using Assembly...
Posted by Justin Rogers | with no comments
More Posts