Build AI-first business apps that turn dashboards into actions | ODSP911

Paul Usher demonstrates how to build AI-first business apps in Blazor by combining structured UI components with Azure OpenAI, so users can ask questions, get insights, and trigger in-app actions instead of relying on dashboards and filters.

Overview

The session shows a Blazor-based approach to moving from traditional dashboard interactions (filters, drill-downs, static views) to AI-driven experiences where users can:

The demo uses DevExpress UI components to render structured, actionable outputs from AI responses.

Key segments (from the session chapters)

Integrating AI for natural user experiences in Blazor apps

Exporting grid data to Excel

Registering tool methods (filtering, exporting)

Chat client integration with Azure OpenAI configuration

Translating report content to English within the report viewer

Rendering AI findings with formatting for a side panel

Keeping report logic independent from AI (clause risk focus)

Wrap-up: Azure AI + DevExpress + Visual Studio