I can't believe how much of pain getting my core Windows Mobile 6.5 development enviroment setup could be. Here are the hoops I've had to jump through so far. more »
I'm a big fan of this free DX managed wrapped called SlimDX. I used to use Managed DX but MS abandoned that which meant I was limited to DirectX version 9. SlimDX makes it possible to still use C# but also to have access to the latest DX10 and DX11 cla… more »
I've been searching for a while on how to integrate TortoiseSVN, my favorite source control system with the C# Visual Studio Express edition IDE. Tonight I came across Garry Bodsworths blog post that details how to integrate the two.
The process… more »
So heres my latest article on aspfree, its the first of a short C# series I wrote last month. I might do some follow ups on it later but for now I'm writing about a new subject ;) more »
I had a bit of trouble decyphering the MSDN article below:
What MSDN says about using credentials i.e the SmtpClient.Credentials property
Using a username and password with the new .net mailer is actually quite easy (C#):
SmtpClient mailer = new… more »