December 28, 2011 – 21:08
So you have this WCF service with a typical HTTP binding on it. When you try to use it with a client, or when you simply open up the .svc file link in your browser, it throws an error message telling you your MSMQ binding is incorrect. MSMQ! Contract requires TwoWay (either request-reply or duplex), [...]
Ran into this annoying bugger of a problem with Visual Studio 2010 on Windows 7 where every time I saved a file (any file, no matter how large or small it was) the GUI started reacting extremely slow on me. Menu’s didn’t react, keystrokes didn’t appear, scrolling didn’t work. It acted like a whole bunch [...]
LINQ to SQL is a pretty cool way to work with data from a relational database when you’re programming with .NET. One of the big advantages of LINQ is that it makes writing SQL statements a thing of the past. So you don’t have to remember which SQL statement does or doesn’t work on what [...]
November 23, 2009 – 20:56
For this bookmarklet creation tool I posted a while ago I noticed that it was actually quite hard to get some custom written JavaScript code embedded in a WordPress post. When searching for a solution to the issues I ran into, I noticed there either wasn’t a lot of info to be found on this [...]
I’ve been playing around with Processing a bit lately, and I have to say that I’m impressed with it’s potential. What is is anyway you ask? Well, let’s say you get this idea of representing twitter feeds in a cool graphical way. Or maybe you feel like creating a graphical representation of a zombie apocalypse. [...]
December 27, 2008 – 20:30
Free ebooks rock don’t they? Well, in a sheer strike of luck I came across this particular one which I’ve been reading bits and pieces of during the last few months called How to be a programmer“. The thing that’s interesting about this programmers guide is that it focuses on the everyday, non-programming aspect of the job. [...]
When you’re stuck with oldskool Windows batch scripting, you can get the feeling your being transported back in time to the DOS age where New Wave was popular and Bill Gates was looking like a geek. Well, yeah, he still looks like a geek, but at least New Wave is dead, thought the haircuts where [...]