Welcome to MSDN Blogs Sign in | Join | Help

September 2005 - Posts

Whats the diff? [Ari Weinstein]

Over the past couple of weeks, there have been a number of questions as to the best practices in coding. A couple of question in this area were related to casting and aliases. One example of casting questions that have come in is which is better: double
Posted by BCLTeam | 0 Comments

A Tracing Primer - Part II (C) [Mike Rousos]

In my introduction to tracing ( http://blogs.msdn.com/bclteam/archive/2005/03/15/396431.aspx ), I outlined the basics of how to use TraceSources, TraceListeners, and SourceSwitches to trace the flow of an application. I also covered how to configure Whidbey
Posted by BCLTeam | 4 Comments

A Tracing Primer - Part II (B) [Mike Rousos]

In my introduction to tracing ( http://blogs.msdn.com/bclteam/archive/2005/03/15/396431.aspx ), I outlined the basics of how to use TraceSources, TraceListeners, and SourceSwitches to trace the flow of an application. I also covered how to configure Whidbey
Posted by BCLTeam | 4 Comments

A Tracing Primer - Part II (A) [Mike Rousos]

In my introduction to tracing ( http://blogs.msdn.com/bclteam/archive/2005/03/15/396431.aspx ), I outlined the basics of how to use TraceSources, TraceListeners, and SourceSwitches to trace the flow of an application. I also covered how to configure Whidbey
Posted by BCLTeam | 5 Comments
Filed under:

A Set<T> Class? [Ari Weinstein]

Recently, I have heard a number of requests for the addition of a Set<T> class to the System.Collection.Generic namespace. Basic implementation of this class that implements only ICollection<T> would cover all the etremely vital operations
Posted by BCLTeam | 16 Comments
 
Page view tracker