开发者

Creating MMC Snap-Ins for console application and windows service

开发者 https://www.devze.com 2023-01-15 19:29 出处:网络
Hi guys I need to have a standard management gui ( look and feel ) and lately I\'ve been looking into mmc. Msdn and other free tutorials provides the installation and simple implementation of a snap i

Hi guys I need to have a standard management gui ( look and feel ) and lately I've been looking into mmc. Msdn and other free tutorials provides the installation and simple implementation of a snap in.

I'm confused right now on how I can integrate it with my production applications( console and windows service ). Do I need to set a communication protocol for my snap in and other applications? I'm thinking of doing some classic remoting or via wcf for the communication protocol but not pretty sure if that should be my road map.

What I needed is a sample demo or tutorial that implements a snap-in communicating with a working console appli开发者_如何学Gocation or a windows service. If anyone can give some pointers on how to do it or some real life implementation is very much appreciated.


MMC does not dictate how you talk to your code. It is only the presentation layer. You can do pretty much anything you like (as long as you are well behaved in terms of not blocking the UI thread), you can do network calls, ADSI, RPC, WCF, COM, Win32,....

We using the ironring C# library instead of the mmc3 c# support; it is more stable (and works with older mmc)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号