-
Recent Posts
Archives
Categories
Meta
Category Archives: Programming
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
Sharing crystal report files outside of Crystal
One of the most common questions I get asked when training / consulting clients on Crystal Reports is. “Can I share my report with others so that they can run the report?” In the past I have always pointed them … Continue reading
Posted in Programming, Report Writing
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
Are you really ready to create that report
When first learning to create reports one of the biggest mistakes you can make is diving into the report development process withought fully understanding the requirments. Take the time and use these best practices to minimize your development time by maximizing your design time. Continue reading