.NET Parallel Extensions (PLINQ) now available for download!

Microsoft’s really steppin’ things up! Three major announcements today: first Silverlight 2.0, then ASP.NET Extensions and now the first public release of the Parallel Extensions library. Unlike the former two,which are due out some time next week, you can download the Parallel Extensions right here , right now! While you’re waiting for the download, check […]

Microsoft rethinks Silverlight versioning scheme and plans to add more rich WPF features

Well, in case you hadn’t already read today, Scott Guthrie has announced a few things about some upcoming beta releases. One of the betas talked about is the next version of Silverlight which used to be labeled as version 1.1. Microsoft has rethought this strategy and is instead going to call it 2.0. If you […]

Adobe introduces GPU based filter technology, will the WPF team respond?

MacOSX has had their Core Image API for a long time which abstracts you from the GPU. Now Adobe has stepped up to the plate by introducing a preview of a new toolkit who’s main technology is a new programming language, codenamed “Hydra”, that enables the creation of filters and effects that can be compiled […]

System.ServiceModel.Web: be aware of differences in element names when using BodyStyle Bare vs. Wrapped

I’ve been doing a lot of digging around System.ServiceModel.Web lately and have come across a subtle difference in the way the XML is produced for POX endpoints when switching between BodyStyle.Bare and BodyStyle.Wrapped[Response]. The quick and dirty explanation, if you’re using Bare and you return a DataContract with Name=”Foo”, the name of root element returned […]

System.ServiceModel.Web limitations

I have been playing with this System.ServiceModel.Web for about a week now trying to get real world prototypes together and, in addition to having a hard time understanding some of their design choices with regards to how/where they plug into WCF, I have come across at least two major limitations. I’ll start with brief descriptions […]