Posts
All the articles I've posted.
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>
Read morePro 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>
Read moreDisplay 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>
Read moreOne 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>
Read moreIntegrating Web Services and Silverlight with .Net 1.1 Alpha
Published: at 08:00 PM<p>This article gives you a step by step of how to build a Silverlight .net Alpha 1.1 project that includes a web service. Its real goal is to help you set up an environment that lets you debug in spite of the cross domain security issues you will ultimately run into.</p>
Read more