Welcome to Geekdojo Sign in | Join | Help

Wednesday, November 19, 2003 - Posts

My first silly XML mistake

My first silly XML mistake, perhaps this is one of those things that are labeled as 'classic' (like '=='& '=' in C/C++)I needed to capture the data that I was sending to a web service and see what it looked like, so, the best way that seemed interesting
posted by richardhsu | 1 Comments
Filed Under:

Don'ts in API design (FxCop shows me some Don'ts)

NOT COOL :-1) Properties Should Not Return ArraysWhy ??.NET Framework SDK Documentation :-You should use collections to avoid code inefficiencies. In the following code example, each call to the myObj property creates a copy of the array. As a result,
posted by richardhsu | (Comments Off)
Filed Under: