25.09.25 – von
Benjamin Abt
Automatically discover tools for Azure OpenAI Realtime API
Azure now provides a unified Realtime API for low‑latency, multimodal conversations over WebRTC or WebSocketsIf you’ve used the earlier preview versions (for example the GPT‑4o realtime preview), the new generation model is simply called gpt-realtime and the API follows the same event-driven pattern: you open a session, configure defaults via session.update, stream input, and receive streaming output (text, function calls, audio, etc.).
Weiterlesen19.09.25 – von
Marius Schröder
How to Easily Connect to Amazon S3 with .NET and Dependency Injection: A Complete Guide
Amazon S3 (Simple Storage Service) is one of the most popular cloud storage solutions for modern applicationsIf you’re a .NET developer looking to integrate S3 into your application using clean architecture principles and dependency injection, this comprehensive guide will walk you through the entire process step by step.
Weiterlesen08.09.25 – von
Marius Schröder
Fast Excel Template Replacement in .NET — OpenXmlSdk vs ClosedXML
In a recent project we needed to take form data and inject it into an existing Excel template — replacing placeholder variables and producing filled spreadsheets automaticallyWe evaluated the available .NET libraries (looking at maintenance, maturity and community support) and found only two relevant contenders for this scenario:
Weiterlesen