The Simple Service Locator is an easy-to-use Inversion of Control library that is a complete implementation of the Common Service Locator interface. It solely supports code-based configuration and is an ideal starting point for developers unfamiliar with larger IoC / DI libraries
New features in this release
- There are no new features or bug fixes in this release. The release is almost identical to the last beta release.
Removed features in this release
- Silverlight support is removed.
Breaking changes
- The Validate method removed from the SimpleServiceLocator class. This class was made obsolete in the last beta release. It is replaced by the Verify method.