"In the movies the good guy gets the girl. In real life it's usually the prick."

~ Nick Twisp - Youth in Revolt ~

newsblog

Category: C#

2010-06-18

Windows Mobile 6.5.3 DTK In Visual Studio 2008

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 »
14 comments »

2009-12-07

Building your own SlimDX binary from SVN

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 »
2 comments »

2007-02-07

TortoiseSVN Visual Studio Express Edition Integration

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 »
Leave a comment »

2006-06-15

Creating an Online Shopping Cart and PayPal System

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 »
Leave a comment »

2005-12-18

Using credentials with the .net SmtpClient class

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 »
7 comments »

1 2 >>

search