Category Archives: WPF

Tips and tricks for WPF development

Can’t remember that Connection String?

Funny how you can do something time and time again only to realize (once you take some time away from it) how easily it can be forgotten.  This happened the other day on of all things setting up a connection … Continue reading

Posted in ASP.NET AJAX, Programming, Silverlight, WPF | Leave a comment

Debugging Silverlight within a web app

When developing a Silverlight application the debugging of the app is pretty straight forward when you are working within the Silverlight solution/ project. But what about when you need to debug or “step-through the Silverlight application” from within your ASP.NET solution.  Visual … Continue reading

Posted in Programming, Silverlight, WPF | Leave a comment