TortoiseSVN in Visual Studio
posted by davehogue(160) 5 years, 9 months ago 0
The server was down overnight due to some maintenance replacing a UPS. After the replacement I forgot to turn the box back on. Anyway, it's back up now.
Reply
Log4net: simple way to use in your Asp.net application
posted by davehogue(160) 4 years, 4 months ago 0
I think the difference would be when that line of code is in a base class and the object is an instance of a child class. In that case GetType() would return the child class type and DeclaringType would return the base class type.