How do I implement a remote system management app in .NET 3.5?

Posted by leComte on Super User See other posts from Super User or by leComte
Published on 2010-03-22T17:10:53Z Indexed on 2010/03/22 17:21 UTC
Read the original article Hit count: 150

Filed under:
|
|
|

I need, within the next few days, to create a system management DLL to format a specified drive, and a test app (managed code)to call the DLL.

This need to be implemented in .NET 3.5 / VS 2008. I am an absolute beginner and have been trying to get my head around COM and WMI, but both seem to have been superceded, and I need really basic, step-by-step guidance (i.e. "Click 'File > New ... etc.)

Any pointers to suitable search terms, tutorials, etc., would be greatly appreciated.

© Super User or respective owner

Related posts about .NET

Related posts about c#