Synchronous (request-response) messaging with NMS and ActiveMQ
Recently I’ve had the pleasure (?) of working with and learning a little about using Apache’s ActiveMQ with .NET using NMS. One of the issues I ran into was... Read More
Recently I’ve had the pleasure (?) of working with and learning a little about using Apache’s ActiveMQ with .NET using NMS. One of the issues I ran into was... Read More
Over the last several months I’ve been researching the best way to solve an issue of being able to be able to full-text search across hundreds of millions of... Read More
Yesterday I found myself needing to periodically sample data for a real-time chart and realized that the “Timer” classes in System.Threading and System.Windows didn’t quite work as expected, raising... Read More
I was rather astonished at the lack of a double-click event in Silverlight despite its existance in WPF (that I’m aware of). I’ve looked at quite a few solutions... Read More
At one point or another we’ve all had to do some sort of input validation. In this post, I’m going to show you how to use the IDataErrorInfo interface... Read More
Have you ever wanted an SQL Server selection wizard that works similar to the ones found throughout windows? I had that desire for a little code-generation application that I... Read More
We have decided to manage the bulk of our common assemblies in the GAC due to the simplicity it offers when needing to perform updates/bugfixes across many web applications using them. ... Read More
A few weeks ago, a friend convinved me to start looking into WPF, XAML and the MVVM pattern. As I’ve been primarily working with ASP.NET WebForms & MVC2 applications... Read More