August 2007 - Einträge

I for one welcome my new Split overload
14 August 07 05:07 | realfiction - TrivadisContent

It is amazing, it is incredible.

I have been programming C# / .NET for about 6 years and yet I have persistently spent too much time writing my string.Split method calls. I plea to forgive my rash hard-wiring of everyday code. Maybe I have lost an hour's worth of work over the years and some wear & tear on my hands!

For years I have believed that I have to pass in a char array to the string's Split method. Such code may look like this:

read more

Abgelegt unter: , ,
WCF + Facebook (break a RESTing fly on MS wheels) - Intro
07 August 07 10:00 | realfiction - TrivadisContent
This post is the first of two. While this one is introductory and collects a number of useful links if you want to use WCF to talk to everyday web-based Web APIs like those from del.icio.us, facebook or flickr, the second one (link to come) deals with the specific problem of sending something to a service that is not XML.

read more

Abgelegt unter: , ,