Archives

Archives / 2005 / April
  • Conditional Publication

    Tags: .NET, C#

    This is a nice trick I ran into when going over the sourcecode for the XML-RPC.NET library: #if (DEBUG)public#endifvoid Serialize(...) This lets you run your unit tests when developing, but remember … more