Welcome to MSDN Blogs Sign in | Join | Help

January 2006 - Posts

Enterprise Library and the Future of Service Locator

Enterprise Library for .NET 2.0 has finally been released! This new release contains a lot of breaking changes from the former version; there are many good reasons for this, such as new features of .NET 2.0 which supercede some of the features of Enterprise
Posted by ploeh | 6 Comments
Filed under:

Testing Events Using Anonymous Methods

If you are unit testing a class which may raise an event, it will be appropriate to test that the event is raised when appropriate. Before .NET 2.0, you had to attach an event handler to an instance of the class to test the event, but now you can do it
Posted by ploeh | 11 Comments
Filed under:

Service Locator 1.1 Available

A new version of the Service Locator Enterprise Application Block is now available. At version 1.1, not much is new: I've added a method which allows a developer to clear all injected services from the InjectionServiceProvider. The idea is that, in unit
 
Page view tracker