mnot’s Web log: SOAP: Protocol or Format?

3 07 2004

I was pointed to this post by “mnot” via Christian Weyer’s blog on whether SOAP is a protocol or a format. To be honest once I really got my head around SOAP I started thinking of it as a message format. That was around the time they really stopped calling it “Simple Object Access Protocol”, and just called it SOAP. It deemphasised the object part for most, but it also deemphasised the protocol part for me.

An interesting read.





.NET Framework 1.0 SP3 and 1.1 SP1

3 07 2004

 It seems we have recently been flooded with lots of news about what is coming next in the .NET space. Its good to see that Microsoft is also concerned about what developers are doing right now and offering up service packs for in-production framework installations.

Note: These service packs are still tech previews. DO NOT install them on production systems.





ASP.NET Provider Pattern

3 07 2004

I’ve been vaguely aware of discussions flying around the ASP.NET community about the provider pattern which is being introduced with Whidbey (BETA 1 out now, check it out).

One of the most active participants in the discussion has been Paul Murphy which has pointed out what he feels are a few deficiencies in the model. Paul has decided to posted his final thoughts on the subject and he suggests some good ideas and offers up some code to ponder. Both the post and the code are both definately worth the read.

I would point out that unless you are providing a “feature”, a few switches in the configuration file is about all you are going to need to know about the provider architecture unless you need to do some integration work with existing systems. And I think that is an important point to remember. Whatever pattern is optimal (if there is such a thing) its really much more important to factor the feature interface so that it is usable.