System Center Orchestrator 2012 Beta: Using Web Service in .NET – Part 1 – Creating a SharePoint 2010 Web part
How to create a simple web part for SharePoint that is connecting to the Orchestrator Web Service
Category: Orchestrator / Opalis, System Center Orchestrator 2012, System Center Orchestrator 2012 Beta | 1 Comment
Sample project attatached.
Posts tagged ‘C#’
Serializing System.Net.IPAddress to XML
Working on a project today, i needed to serialize one of my classes that included at System.Net.IPAddress property. Problem problem is that IPAddress does not support XML Serialization since it does not implement a parameterless constructor! I tried to search the net, but couldnt find a complete guide, therefore i am posting this, hoping [...]
Category: .NET, Scripting | Comment
MOC Lab Launcher Fixer for Windows 7
Windows 7 has arrived, and everything is fine! We only have one problem. Many of the MOC Course Material is using the “Lab Launcher”. The MSI for the “Lab Launcher” is not supported by Windows 7. To Fix this problem a Hack/Edit of the MSI is needed. Read this blog post for info about how [...]
Category: .NET, Windows Installer / MSI | 17 Comments

