The Wayback Machine - https://web.archive.org/web/20211006214952/https://devblogs.microsoft.com/

Microsoft Developer Blogs

Get the latest information, insights, announcements, and news from Microsoft.

Image REST API Guidelines
Azure REST API Guidelines Update

Providing APIs that are easy to use, fit to purpose, scalable, maintainable, and consistent make the difference between success and failure for your software. The guidelines help Microsoft engineering teams, and others building REST services, create APIs that are approachable, sustainable, and consistent.


Image PSHero 240 215 240
Converting string output to objects

In my previous post, I talked about using Crescendo to create a PowerShell module for the vssadmin.exe command in Windows. As I explained, you have to write Output Handler code that parses the output of the command you are using. But if you never written a parser like this, where do you start? In this post I show you how to parse the output ...