Assembly References
I've added the ability to add assembly references when compiling with Code Blog. Something that threw me is the strong name key used to sign the 'System' and 'System.Web' assemblies are different! To make life easy for you I'm now using LoadWithPartialName. To reference the correct version of 'System.Web' you can just do "System.Web, Version=1.0.5000.0".
I've updated the challenge (another easy one). If you fancy a go, subscribe to the feed and post a submission. I'm looking for more ideas for challenges. If you have any ideas, please send them (along with NUnit tests and a stub implementation) here.