Difference between using Trace and TraceSource
TraceSource is the newer version (since .NET 2) and Trace is the older version, more info is available here: Clarification on TraceSource/Trace
TraceSource is the newer version (since .NET 2) and Trace is the older version, more info is available here: Clarification on TraceSource/Trace