Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Tuesday, November 5, 2019
How valid data leads to problematic conclusions
›
For people who got used to the New Project dialog, finding an appropriate project type raises no issues at all. The tree-like structure (t...
Monday, May 20, 2019
Your XSLT processor is Turing Complete
›
Just by change I stumpled upon a nice approach to proving that XSLT processors are Turing Complete. This approach by Unidex involves a XSL...
Thursday, May 9, 2019
Tetris challenge - reloaded (Javascript)
›
Years ago I've blogged on a challenge which was to implement a simple tetris game . This new reloaded version is a direct ...
Friday, March 1, 2019
Topic Based Pub/Sub Data Bus with MassTransit
›
In my previous blog entry I've discussed the problem of using a single envelope-like data type in a data bus. I've presented a ni...
Thursday, February 21, 2019
Topic Based Pub/Sub Data Bus with Rebus.FM
›
We've been using messaging middlewares for years and it was always like "we don't want to be coupled to any specific implement...
Monday, September 17, 2018
Parsing SAML 1.1 (WS-Federation) tokens without the WSFam module
›
Ocassionally there's a scenario where a SAML token must be parsed without the WSFederationAuthentication module. Note that when the WS...
Friday, September 14, 2018
WCF and default serialization of requests and responses
›
A short story of something new we've learned about how exactly WCF serializes the data that is sent over the wire. Introduction Befo...
‹
›
Home
View web version