Category Archives: .Net

Compiling and Running code at runtime

I have wanted to know how to compile and run code at runtime for a long time. I have now got a working solution, so it’s time to share.  I might even learn a better way. So here is the … Continue reading

Posted in .Net, C#, Programming | 7 Comments

Boot Camp Puzzle released

Peter announced the Boot Camp puzzle Dave and I worked on. The main prize is a Microsoft Zune, I wonder what colour it is? I can’t compete of course, but I have started a mine’s faster than yours thread on the … Continue reading

Posted in .Net, .Net User Group, C#, Code Camp | Leave a comment

Leaky Functions

I’ve just started to read Jomo Fisher’s blog found via Alex James’s F# post. Normally I’d just add interesting post to my Links Feed, but I’m not actually sure who reads that, thus I want a full level, this blog … Continue reading

Posted in .Net, Blogs | Leave a comment

SolidColorBrush not reusable

In Silverlight I have just discovered by trail by fire the you should not reuse Brushes. Seems really odd coming from a Win32 GDI background to not use the same brush but the following code throws an exception on the second assignment. SolidColorBrush green … Continue reading

Posted in .Net, Silverlight | Leave a comment

Code Camp – South Island NZ

Well planning has started for a Code Camp down here in Christchurch. Everything is currently in the air, but it is planned for November. Current concept is level 100/200 talks on all the new .net 3.5, SQL 2008 and IIS 7 … Continue reading

Posted in .Net, Code Camp | Leave a comment