<ChristophDotNet
desc="My angle on brackets" />
-
DevDays: OpenHack and encrypting the encryption key
If you take a look at the code for the Open Hack application, you may notice that sensitive information is encrypted using an application specific encryption key, but the sensitive information in the registry is encrypted using the DPAPI functions.
-
Microsoft changes their orchestration tune
Did anybody else catch this? Over the past three weeks, there were two announcements that indicate a rather large shift in how Microsoft view's the role of service orchestration:
-
Aspects in BPEL
To continue Jeff's and my musings on Aspects...
-
Desiging SOAs With Orchestrations
Now, if you own the web service interface then the second advantage bullet is less important and aspects may not be important to you. In those cases it seems to make sense to skip the orchestration unless you assign a high value to having a consistent design pattern. You have to weigh if you need down-to-the-metal performace (then why are you doing web services?), or if scalability is really what you are after. That's where the role of the service architect comes in, to help you make those trade-off decisions.
-
Leaks with the XmlSerializer?
Kirk Allen Evans and Paul Wilson are investigating some strange behavior that Paul found using the XmlSerializer.
-
Eric Meijer's Xen (X#) paper
For those who haven't seen the paper for Eric Meijer's presentation on the Xml-based-programming-language-formerly-know-as-X# at Xml 2003 (and of course for me to save the link in a place where I find it):
-
The missing WS-* Transaction Spec is ready
It was announced last October ... it's finally released: WS-BusinessActivity, the WS-* spec for long running business transactions. MSDN also put up a new article explaining how the various transaction related WS-* specs relate to each other.
-
HOWTO: Registering the Feedster Office Research Service
Follow the instructions at:
-
My experience writing an Office Research Service
I was quite intrigued by the idea of providing a research service for office. After all, this was the first real-world web-services based extension interface for a major application. I downloaded the Microsoft Ofiice 2003 Research SDK and got going.
-
My Feedster Research Service
My current client is currently undergoing the zone transfer into the web services zone. Initially, they were looking for some help to pick the right approach to introduce web services into their organization. By now, they are very fired up about web service technology and find that web services and SOA solve many of their problems.