Posts
All the articles I've posted.
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>
Pro WPF by Matthew MacDonald Book Review
Published: at 08:00 PM<p>A <b>must buy</b> book if you are learning WPF</p> <iframe src="http://rcm.amazon.com/e/cm?t=petkelsblo-20&o=1&p=8&l=as1&asins=1590597826&fc1=000000&IS2=1<1=_top&lc1=0000FF&bc1=FFFFFF&bg1=F6F6FF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
Display Images with the Silverlight Downloader in Alpha 1.1
Published: at 08:00 PM<br /><p>This article gives you a way to download images from remote servers on different domains using the downloader object of Silverlight. Without this, you can not easily keep track of when images are downloaded to your Silverlight Application and deal with that event. You simply can set the source tag and the image arrives when it arrives.</p>
One Last Gotcha for debugging Web Service Projects with Silverlight
Published: at 08:00 PM<br /><p>So you followed all my directions and you still can't debug your Silverlight Project with a web service? Read on.</p>