Welcome to MSDN Blogs Sign in | Join | Help

September 2007 - Posts

CovariantCollection

One of the known limitations of .NET generics is the limited support for covariance. This is sometimes a challenge when it comes to collections. As an example, consider this simple abstract class: public abstract class MyClass { protected MyClass() {
Posted by ploeh | 1 Comments
Filed under:

Installing Event Sources For The Logging Application Block

One of the nice things about the Enterprise Library Logging Application Block (LAB) is that it's so darned configurable (like the other Enterprise Library Application Blocks). One of the benefits of this is that it makes it rather easy to unit test your

Performance Counter Testing

If at all applicable, a well-written application should include one or more performance counters, which will enable operations staff (or maintainance developers) to monitor and troubleshoot the application. Since the goal of a performance counter is to
Posted by ploeh | 4 Comments
Filed under:
 
Page view tracker