A new version of Mpm is now available. This beta version contains
several enhancements, mainly concerning ease-of-use and administration.
Among other things, the framework has been refactored in order to
further reflect the ADO.NET Provider architecture. A noticeable change
is that the Mpm specific parts have been moved to the
Mimer.Mpm.Data.Extensions namespace. This might break your existing
application. If you, for example, have used
Mimer.Mpm.Data.MpmProviderInfo you have to change that to
Mimer.Mpm.Data.Extensions.MpmInfo.
|