Tag Archives: vs

Use Github for your Visual Studio projects

Depending on the projects I’m working on i either use VSO/TFS or Github. While VSO/TFS integration is part of Visual Studio, Github is not. But there is an add-on available that allows you to enable Github integration into Visual Studio. … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , , | Leave a comment

Visual Studio Authoring Extensions (VSAE) – Part 3: Creating Views by using Snippet Templates

VSAE offers multiple options to create views. You could use the View template or an empty Management Pack Fragment template. For this example however, I decided to use a snippet template to demonstrate how this can be used to create … Continue reading

Posted in SCSM | Tagged , , , , , , | 5 Comments

Visual Studio Authoring Extensions (VSAE) – Part 2: Creating a Folder with a custom Image

In part 2 of this VSAE series I will demonstrate how to create folders with custom images to the Management Pack to have a container ready for creating views later on. Make sure you take a look at the other … Continue reading

Posted in SCSM | Tagged , , , , , , , | 7 Comments

Visual Studio Authoring Extensions (VSAE) – Part 1: Creating a new CI Class

I decided to do a VSAE series that explains how to use the Visual Studio Authoring Extensions to extend and customize Service Manager. This is indeed an excellent extension when Visual Studio is your Service Manager authoring tool! If it’s … Continue reading

Posted in SCSM | Tagged , , , , , , , | 19 Comments