Developer Support

Advocacy and Innovation

Latest posts

Jan 30, 2020
Post comments count 1
Post likes count 2

Azure DevOps Security API demystified

Developer Support

In Azure DevOps, you can manage your security for a given team or group using the Permissions module. In this example, the API New Team has inherited and granted permissions. The “Allow permissions to view project level information” has been granted explicitly, while the permissions to delete, edit and manage projects has been inherited...

Jan 29, 2020
Post comments count 0
Post likes count 0

Start a SharePoint Workflow using REST

Developer Support

This post will give an example of starting a SharePoint workflow using the REST API. The gd-sprest library was recently updated to include the SharePoint Workflow REST API endpoints, which we will be using for this example.

Jan 29, 2020
Post comments count 0
Post likes count 0

Accessing Azure Resource Consumption Data Using .NET

Developer Support

I thought it would be helpful to show you how you can access your Azure resource consumption data via .NET. Having access to this data at the code level can allow ways to do other things if a budget limit is reached for a particular resource.

Jan 24, 2020
Post comments count 0
Post likes count 0

Using Azure DevOps Marketplace extensions with scrum projects

Developer Support

In this post, Senior App Dev Manager, Alexei Govorine shares three of his favorite marketplace extensions for scrum projects.

Jan 23, 2020
Post comments count 0
Post likes count 0

Flawless Demos using Git

Developer Support

Premier Consultant Andrew Charbonneau explains how he conducts flawless demos with help of Git.

Jan 21, 2020
Post comments count 0
Post likes count 0

Using Azure Cognitive Services Text Analytics API Version 3 Preview for Sentiment Analysis

Developer Support

In this blog, I will demonstrate how Text Analytics API Version 3 Preview of the Microsoft Azure Cognitive Services can be used to analyze large unstructured data. This analysis aims to understand the sentiments expressed in a solicited public comment process and determines the degree of the positivity or negativity of the comments.

Jan 21, 2020
Post comments count 0
Post likes count 0

Collecting and Analyzing Dumps with .Net Core on Linux

Developer Support

In this post, App Dev Manager Andrew Kanieski discuss options for collecting and analyzing dump files of your .NET Core apps running on Linux.

Jan 20, 2020
Post comments count 0
Post likes count 0

Understanding how to port your ASP.NET web apps to ASP.NET Core

Developer Support

There are several reasons that developers and architects may consider moving to ASP.NET Core. In this post, learn all the considerations when planning an upgrade from ASP.NET to ASP.NET Core.

Jan 17, 2020
Post comments count 0
Post likes count 0

Integrating Blazor Components into existing Asp.Net Core MVC apps

Developer Support

In this post, Premier Consultant Wael Kdouh explains how to run Blazor Components in existing ASP.NET Core MVC apps.