Archive for October, 2008

Neat, Quick Debug to Console Output

A very easy wayt to get Debug output for your debugging purposes:

 


  • Add the ‘System.Diagnostics’ using statement to the class.
  • use the ‘Debug.WriteLine(“Batman is totally kick butt”);’ syntax to send debug signals to any listeners
  • Add a Debug listener to your tester app; 

[code:c#]TextWriterTraceListener myWriter = new TextWriterTraceListener(System.Console.Out);
Debug.Listeners.Add(myWriter);
[/code]

Enjoy!

VN:F [1.9.11_1134]
Rating: 0.0/10 (0 votes cast)

OpenID, Anyone?

So I am playing around with OpenID, anyone else? Seems basically like another Passport (er, excuse me its “LiveID” now, *ahem*) type service just not MS centric. I will have to get it worked into my new project, DVDCrate.com.

Found this c# library for using authenticating users against the OpenID framework. Nifty.

Enjoy!

My OpenID Badge

VN:F [1.9.11_1134]
Rating: 0.0/10 (0 votes cast)

Copyright © 1996-2010 Bits, Bytes And Burps. All rights reserved.
iDream theme by Templates Next | Powered by WordPress