Posts
All the articles I've posted.
Code Camp Presentation Coming 10/27-28/2008 on Silverlight, Los Altos, California
Published: at 08:00 PMI'll be presenting a session at the upcoming Code Camp in Silicon Valley's Foothill College on October 27th-28th. Details can be found at <a href="http://www.siliconvalley-codecamp.com/Sessions.aspx?ForceSortBySessionTime=true&id=125"> http://www.siliconvalley-codecamp.com/Sessions.aspx?ForceSortBySessionTime=true&id=125</a>. <br /> <a href="http://www.SiliconValley-Codecamp.com/Home.aspx" ><img src="http://www.siliconvalley-codecamp.com/DisplayAd.ashx?ImageType=2" alt="CodeCamp at FootHill College. Click Here for Details and Registration" longdesc="" /></a>
Silicon Valley Code Camp Integrates the DevExpress Cloud Control for Sessions
Published: at 08:00 PMUsing the DevExpress CloudControl in the ASP.NET 2.0 Silicon Valley Code Camp's web site was easy. In this short post, you'll hear about the details and see some code.
Announcing Silicon Valley Code Camp, Los Altos, CA 10/27-10/28/2007!
Published: at 08:00 PM<p> Announcing Silicon Valley Code Camp at Foothill College October 27th and 28th. Please come and enjoy the free sessions, or present one yourself. Here is the URL to register and add sessions. </p> <p class="MsoPlainText"><a href="http://www.siliconvalley-codecamp.com/"> http://www.siliconvalley-codecamp.com/</a></p>
Logging From an ASP.NET 2.0 Application to a Local File
Published: at 08:00 PM<br />In this article, a very simple method is demonstrated for logging text data in an asp.net 2.0 application. It's safe, reliable, but not very elegant. Just what you need when you want to crank something out for testing or proof of concept. It uses StreamWriter and MapPath to get it's job done.
Always Set Stop On Exception While Doing Debugging in Visual Studio 2005 or 2008
Published: at 08:00 PM<p>This article discusses a best practices method for automatically having the debugger stop on unhandled exceptions in visual studio 2005 or 2008</p>