Home
Browse all 647 examples
Download all 647 examples
Download sample chapters
Reviews
Errata
Acknowledgments
Links on .NET
Paradoxal Press

Buy directly from Paradoxal Press at $33.99 (Save 43%)



Category: Programming
Level: Beginner to seasoned
900 pages
ISBN-10 097661322-0
ISBN-13 978-097661322-0
$59.99 USA
$79.99 CANADA


Listing 16-12 extracted from chapter Base classes


Listing 16-11<     > Listing 16-13



Example_16_12.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration 
  xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
   <system.diagnostics>
      <trace>
         <listeners>
            <add name="TraceOnConsole"
                 type="System.Diagnostics.ConsoleTraceListener"/>
         </listeners>
      </trace>
   </system.diagnostics>
</configuration>	
Copyright Patrick Smacchia 2006 2007