January 18, 2007
I'm sure this is an obvious one, but this is a nice use of the new List with Generics:
List<DirectDebitsRequestPayment> payments =
new List<DirectDebitsRequestPayment>();
DirectDebitsRequestPayment
payment = new DirectDebitsRequestPayment(); payment.Amount =
new decimal();
payment.FromAccountName = string.Empty;
p
more...
January 16, 2007
I was looking for a way to call a stored procedure asynchronously and Keyvan Nayyeri's article which does just that. This can come in handy where you do not want to increase the timeout of a stored procedure but have some serious processing going on in the database. I'm currently doing a lot of work on batch processes which are triggered when messages are dropped on queues and this should suit me
more...
January 11, 2007
LOL just got sent a Geek Viral email and actually laughed at it...does that make me a geek too?
Top
10 things likely to be overheard from a Klingon
Programmer
10. Specifications are
for the weak and timid! 9. You question the worthiness of my code? I should
kill you where you stand! 8. Indentation?! - I will show you how to indent
when I indent your skull! 7. What is this talk of 'release
more...
January 9, 2007
Well, it's taken long enough to get here...but the iPhone is out!First impressions...the battery life is going to be terrible! With all those components onboard it's going to drain very quickly and normal consumers won't be used to charging everyday! I'm used to it with my O2 XDA Atom, but it's taken some time and is still inconvenient. People will think it is an advantage having one device but o
more...