Monthly Archives: April 2009

Writing to a CD

In one of my projects I needed to be able to write data to a CD. I found a great article at code guru that helped me out:http://www.codeguru.com/csharp/.net/net_general/tipstricks/article.php/c15201 However, I did find one bug in his code. On page three … Continue reading

Posted in C# | Comments Off on Writing to a CD

When to use Linq: for/foreach

Many people around the office love Linq, but I haven’t used it much and hadn’t heard about it until I started here. I have written a few Linq queries (Linq to Objects) but don’t use them extensively in my coding. … Continue reading

Posted in C#, Linq | 1 Comment