Welcome to Atalasoft Community Sign in | Help

September 2008 - Posts

Late Binding in C# using Dynamic Compilation

If you talk to my colleagues, you'll find out how much I really like reflection in .NET. I have a number of pet projects and unit tests that do things with reflection that are fairly extreme. For example, I have a utility method in our unit tests called

Embeddable C# Compiler

Sometimes I come across coding gems that make me smile. Manuel de Icaza created an embeddable C# compiler for Mono . This is wonderfully meta. I love it! Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Posted by Steve Hawley | 1 Comments

Some Managed/Unmanaged Exception Tricks

I just spent 5 days tracking down a Heisenbug . Historically, I've tracked down a lot of these but not because I create a lot of them, because I'm good at finding them. In this particular case, I had a set of unit tests that were failing on our build