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 […]

Vote on ASP.NET AJAX Web Service Exception Handling Bug

I’ve reported a bug over on connect with the full details, but basically what it boils down to is that there’s no way to raise exception detail from ScriptMethods when ASP.NET custom error handling is enabled. What happens is that the RestHandler for ScriptMethods detects the custom error handling is enabled and literally throws out […]

Silverlight to include “First Class” .NET Runtime

There it is. As I suspected, Ray Ozzie just anounced they are pushing out a “first class” .NET runtime environment with Silverlight that will allow you to develop using any .NET languages!!!! I’m waiting to hear details on what exactly “first class” means… will there be full BCL support for example? Update 1:53 EST: Wow. It’s a […]