It's been over a year since I started this blog. And I like it. I like the online presence it gives. I am gaining a few new contacts and friends and in general it's a cool thing. After the last blogger's meeting at the local Microsoft offices I was full of motivation. I have written more posts in the last week than the last 3 months. (Only 6, but anyhow) I signed up with Feedburner and I've been tracking stats. Slowly growing... Today I decided to check up on the number of page views...
It's been a year since I last posted an article on CodeProject. That article was called Serialization with .NET 2.0 Generics . I enjoyed writing that article and I got a lot of good feedback. This time the topic is web method calls and progress notification. Web method calls tend to be slow and if there's any significant amount of data to send over the wire it would be nice to report just how much as been sent/received. In the past we have used background threads and some pretty animation. I was...