-
WS-Compression for WSE 3 Update
Today I upgrade WS-compression for WSE3 with a new constructor in the class CompressionAssertion. This constructor allows to set the compression policy by code without necessity of configuration file. Thanks to Kenny Lamoot for this idea.
Technorati tags: .NET, Web Services, WSE
-
Blog New Look
Today I upgraded the blog with a new skin by Kent J. Chen.
-
The Cat Programming Language
Looking for implementations of functional languages for .NET Framework I found Cat. Cat is a stack based functional language written by Christopher Diggins.
I like a lot this language implementation since it is an excellent and easy to understand example of construction of an interpreter and compiler for .NET Framework.
Download the Cat source code from here.
UPDATE: Check this post
Technorati tags: .NET, Functional Programming, Compilers
-
WSE 3 Custom Transports Collecion
Today was a boring day :) so only for fun I upgrade a series of WSE 2 custom transports to WSE 3. Besides upgrade them I improve their configuration and add a complete example of use.
These are the transports:
soap.smtp by Steve Maine
soap.udp by Hervey Wilson
soap.sql by Mike Taulty
Download the WSE 3 Custom Transports Collecion here.
Technorati tags: .NET, Web Services, WSE