Some extensions on logging and exception handling functions, some tweaks for
fluent interface.
Minor bug fixes.
Introduction of validity checks for component and service definitions to detect
errors as early as possible.
Possibility to quickly convert service definitions based on class attributes to
XML-based definitions.
Updated projects to Visual Studio 2010 (but NQ is still based on .NET 3.5)
NQ Core 0.90 (since 06.06.2010)
Introduction of an additional built-in component loader to load component
and service information from XML files instead of class attributes.
Better support for dependency injection: Declarative definition of services,
that have to be automatically created by the Service Manager and injected to the
requested service through constructor.
Introduction of a fluent interface as an alternative to the usual interface
through NQServiceManager.Instance.