Tag: Development

Community

Create Your Own Thread Pool

(Chris Bennett) If you build many .NET applications where you need to perform regular work such as packet processing from a socket, you may have run into some of the drawbacks in the built-in System.Threading.ThreadPool. A major limitation of this class is that it is static, which means that an appl

Community

Silverlight.FX Effects in Depth

(Nikhil Kothari) I blogged about effects and transitions for Silverlight in the past – the first time on declaratively attaching some simple effect behaviors and the second time on using effect-enabled higher-level controls. I got comments asking more details on how this part of the Silverlight.FX w

Community

Handling AJAX Errors With jQuery

(Ben Nadel) jQuery is the most awesome javascript library that exists. Every day, I’m finding new ways to leverage it and shorter, more efficient ways to get things done. But, while most things are easy to do, the solution is not always immediately evident. One of the things that took me a good whil