Browse our archives by topic…
API
ASP.NET Core + Razor + HTMX + Chart.js
How to combine ASP.NET Core, Razor, and HTMX to power interactive Chart.js visualisations.
How to design APIs for Accessibility
Learn how accessibility-aware API design creates a great experience for all developers, not just those with accessibility needs.
Correctly configuring ASP.NET Core MVC authentication when hosting in Azure Container Apps
A short rundown of why you need the ForwardedHeadersMiddleware when using Azure Container Apps to host an ASP.NET Core MVC app requiring authentication
Bye bye Azure Functions, Hello Azure Container Apps: Authentication and CORS issues
The fourth post migrating an app from Azure Functions to Azure Container Apps we examine the challenges around authentication and CORS
Bye bye Azure Functions, Hello Azure Container Apps: Build and deployment pipelines, and our first big problem
The third in a series of posts talking about how and why we migrated an application from Azure Functions to Azure Container Apps
Bye bye Azure Functions, Hello Azure Container Apps: Migrating from Azure Functions to ASP.NET Core
The second in a series of posts talking about how and why we migrated an application from Azure Functions to Azure Container Apps
Bye bye Azure Functions, Hello Azure Container Apps: Introduction
The first in a series of posts talking about how and why we migrated an application from Azure Functions to Azure Container Apps
How to Monetize APIs with Azure API Management
Explore monetizing APIs with our guide. We offer strategies, videos, and code via Azure API Management to fast-track your business model.
C# serialization with JsonSchema and System.Text.Json
Learn how code generation can build on System.Text.Json and JSON Schema to create a great experience for C# developers.
How to use Axios interceptors to poll for long running API calls
Explore using Axios interceptors to streamline UI logic for async HTTP APIs, addressing long-running operations and client coordination efficiently.
Exposing legacy batch processing code online using Azure Durable Functions, API Management and Kubernetes
Discover how Kubernetes, Azure Durable Functions, and Azure API Management transform legacy batch processing code into a RESTful API.
OpenAPI Document Converters for Visual Studio 2017
The OpenAPI SDK based OpenAPI document converters extension has been updated to support Visual Studio 2017.
OpenAPI code generators for Visual Studio
Using the recently Open Sourced OpenAPI SDK, we create a Visual Studio extension from converting OpenAPI specificaitons between YAML and JSON formats.
Kickstart your API proposition with the API Maturity Assessment
Explore the importance of API strategy, governance, security, and design in Digital Transformation projects.
Using Postman to load test an Azure Machine Learning web service
Explore creating and testing an Azure ML Studio web service using Postman for efficient machine learning model production.
What makes a successful FinTech start-up?
In this post we discuss the characteristics of a great FinTech startup, and the importance of the API Economy to innovation in Financial Services.
An experiment to automatically detect API breaking changes in .NET assemblies and suggest a Semantic Version number
Exploring the creation of a tool to detect accidental .NET API changes for accurate SemVer in NuGet packages.
Layering your API
Layering your APIs can increase readability and discoverability