Monday, April 8, 2013

interface and base classes

in c# base classes must go first. No hints for this from the IDE

Friday, April 5, 2013

Difference Between Throw and Throw Ex

Good article

Arrays in WCF

in order to pass an list and not have .net deserialize to an array you must configure the service reference
here:

Cannot read configuration file due to insufficient permissions

we couldn't get a website working until we gave specific rights to the user for the anonymous logins.