Monday, May 01, 2006

Developing MMC snapins using MMC 3.0 SDK AND .NET 2.0

In my current project I was tasked with developing the Admin Interface for the Application we are building.This needed to be implemented as an MMC Snapin.The current release version of the MMC SDK is 2.0, but developing a snapin against 2.0 involves mucking around in unmanaged C++ which I was not very keen on doing.So we decided to develop the Admin Console using the (pre-release) MMC 3.0 SDK, which requires .NET 2.0. While the documentation and tutorials available in the Managed MMC topic on MSDN provided a good introduction to developing snapins using MMC 3.0 SDK, the samples I got from C Sharp Indonesia provided much more by way of actual code to implement the various requirements.I am currently writing an article on developing real world snapins using MMC 3.0 and would post a link as soon as it is done.Watch this space for updates.
--------

Regards,
Sreejath S. Warrier

0 comments: