Beyond REST: .NET Apps That Talk to Hardware | DEM365

Jared Rhodes demonstrates a practical .NET pattern for building apps that connect to real hardware, including device discovery over BLE and data exchange over NFC, serial, and USB. The session focuses on structuring device services, handling cross-platform differences, and choosing local connectivity when cloud APIs aren’t the right fit.

Overview

This Microsoft Build 2026 demo goes beyond typical REST-based examples and shows how a .NET application can communicate directly with devices using local connectivity options.

Why local connectivity (and why MAUI/Uno)

Pattern: structuring “device services” in a .NET app

BLE device discovery and Bluetooth services

NFC basics and RFID comparison

Serial and USB communication

Agent-first tooling and MCP