Developer Support

Advocacy and Innovation

Latest posts

May 20, 2019
Post comments count 0
Post likes count 0

Conflicting Principles; DevOps VS ITIL.

Developer Support

On the surface DevOps and ITIL seem to be contradictory practices, with the former being more used in development work and the latter being more used for services/operations. However, if we drill down into their fundamentals you will find that DevOps cannot exist in its entirety without a framework such as ITIL.

May 19, 2019
Post comments count 3
Post likes count 0

Using Azure DevOps REST API with Node.js to retrieve repo permissions

Developer Support

In this post, we will show you how to retrieve Azure DevOps permissions using the REST APIs with NodeJS. You can use this as a starter to consume other Azure DevOps REST APIs as documented at https://docs.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-5.0.

May 18, 2019
Post comments count 0
Post likes count 0

Legacy Apps

Developer Support

Many developers have had the opportunity to inherit code and applications. When that happens the first response is often to want to rewrite, refactor or kill it if it is using older or unsupported technologies. Oftentimes, we also have to consider modern design and improvement to existing technologies that have made the application obsolete.

May 17, 2019
Post comments count 0
Post likes count 0

Setting Up Permissions at the ListItem Level in SharePoint 2010 Using CSOM

Developer Support

This article will examine one approach to set up permissions at a ListItem level in SharePoint 2010 using the Client-Side Object Model (CSOM) and ways to mitigate performance issues associated with ListItem management.

May 16, 2019
Post comments count 0
Post likes count 0

Insights to Application Awareness and Understanding

Developer Support

Application Insights is an Azure-hosted service which provides for in-depth application monitoring, whether running in the cloud or on-premise. It provides powerful tools for monitoring, analysis, and diagnosis, with capabilities such as live metrics streaming, tracking response times and failure rates, and much more.

May 14, 2019
Post comments count 14
Post likes count 0

Azure DevOps Pipelines: Leveraging OWASP ZAP in the Release Pipeline

Developer Support

As part of an organization’s automated Release pipeline, it is important to include security scans and report on the results of these scans. One tool used in the industry is the OWASP Zed Attack Proxy (ZAP).

May 12, 2019
Post comments count 0
Post likes count 0

Adding Authentication to Your App Easily with Azure AD

Developer Support

Secure your applications with Microsoft Identity Platform couldn't be any easier. In this blog, we’ll walk through very quick steps to help you start experimenting with authentication capabilities using Azure AD identities.

May 10, 2019
Post comments count 0
Post likes count 0

Microsoft Security Risk Detection – What’s New

Developer Support

MSRD is a self-service, AI-powered Dynamic Application Security Testing service that optimizes your web development cycle to identify and remediate bugs and security risks as they’re introduced into the codebase – not after they are already in production.

May 10, 2019
Post comments count 0
Post likes count 0

Building a better DSC script

Developer Support

For those people that want to build a better DSC script, one that checks for most conditions and wants to keep their custom scripts from failing with no error handling, check out these recommendations.