TcpTrace

The TcpTrace by Simon Fell, is one of those tools I can’t live without. It’s a proxy for TCP connections that shows actual content of messages exchanged between hosts. It always come handy when you need to see an actual Web Service call content or just check those HTTP headers …

Another toolbox

I’m always looking for tools & examples when doing something new, today I accidentally came across Chris’s Free Developer Tools page on http://www.sellsbrothers.com. It looked familiar although I don’t remember actually using or checking it’s contents, I’m sure I’ve been there before. There is so much stuff to check out …

WebSevice call from vbs script

There are times when you have to integrate with a system. You do everything as documentation said you should, you run your integration test and… fail, …miserably, …with non-informative exception and no clue whatsoever. You tell the „other guys” that either their system does not work as expected or the …

WhoAmI

The easies way to know your group membership details, SID values, etc. A developer must have WhoAmI. Update 2007-06-05. You can probe for WhoAmI information by WMI (see WMI Code Creator). If you’re looking just for SID numbers of a particular group’s, here an example script: strComputer = „.” Set …

Deisgn-time error – DataSource property on BindingSource

Today I have beed cursing VS2005 for it’s stupidity and lack of error descriptions, it showed me a very informative message box: An unexpected error has occured. Object reference not set to an instance of an object. … they could added a nice icon of „the finger”. I tryed to …

Back to Top