Developer Support
Advocacy and Innovation
Latest posts
Azure DevOps Security API demystified
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...
Start a SharePoint Workflow using REST
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.
Accessing Azure Resource Consumption Data Using .NET
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.
Using Azure DevOps Marketplace extensions with scrum projects
In this post, Senior App Dev Manager, Alexei Govorine shares three of his favorite marketplace extensions for scrum projects.
Flawless Demos using Git
Premier Consultant Andrew Charbonneau explains how he conducts flawless demos with help of Git.
Using Azure Cognitive Services Text Analytics API Version 3 Preview for Sentiment Analysis
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.
Collecting and Analyzing Dumps with .Net Core on Linux
In this post, App Dev Manager Andrew Kanieski discuss options for collecting and analyzing dump files of your .NET Core apps running on Linux.
Understanding how to port your ASP.NET web apps to ASP.NET Core
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.
Integrating Blazor Components into existing Asp.Net Core MVC apps
In this post, Premier Consultant Wael Kdouh explains how to run Blazor Components in existing ASP.NET Core MVC apps.