How do I implement a remote system management app in .NET 3.5?
- by leComte
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.