zblesk

zblesk

MSMQ reader component for SSIS

Last year I had to use SQL Server Intergration Services package to read some data from a MSMQ queue and pump them into a database. It sounded easy enough, but I quickly ran

WinPython doesn't start?

I ran across PyBrain [pybrain.org], a “modular machine learning library for Python.” It needs the whole Scientific Python stack and since setting it up manually seemed like a pain, I decided to

Meta-spoilers

Though article talks about spoilers, it doesn’t contain any. When the last (fourth) season of Game of Thrones was running and everyone feared for Tyrion’s head, I realized he isn’t

How to create a WCF web service from a WSDL

This wasn’t the first time I was tasked with creating a mock web service based on a WSDL file. I’ve tried multiple approaches, but most of them weren’t exactly what