Published inMedialessonReplacing Swagger with Scalar in a Containerized Aspire.NET ProjectIn modern .NET projects, API documentation is a must. While Swagger has become the default choice, Scalar offers a clean, minimal…1d ago1d ago
Published inMedialessonInjecting Environment Variables into React Apps in Docker on AzureEnvironment-specific configuration is easy in backend systems. You use environment variables, and everything just works. But with frontend…1d ago1d ago
Published inMedialessonEmbedding Static Data in C#: How to Pack Markdown, CSV, and Prompt Templates into Your ApplicationWhether you’re building an AI-powered app that needs rich prompt templates, a dashboard fed by CSV configuration data, or a Markdown-based…1d ago1d ago
Published inMedialessonOpenAPI Documentation in .NET 9With the release of .NET 9, the ASP.NET Core team has decided to remove built-in Swagger support (Swashbuckle) for several key reasons:Dec 17, 2024Dec 17, 2024
Local Development with Aspire, Blazor & SQL Server in a container — oliverscheer.techAspire is a powerful tool that enhances the developer experience and boosts productivity. Developers generally prefer focusing on writing…Nov 7, 20241Nov 7, 20241
Published inMedialessonBuilding a Data Driven App with Blazor and Fluent UIAs some of my colleagues and friends may already know, I’m a live concert enthusiast. I think I’ve been to hundreds of concerts since the…Jun 5, 2024Jun 5, 2024
Published inMedialessonGetting Started with Blazor and Fluent UII’ve been away from real UI projects for a while. Recently, I needed to create some simple UIs for several projects to pump data into…Jun 3, 20241Jun 3, 20241
Published inMedialessonHow I Taught ChatGPT to Read the Clock: Introducing Semantic KernelThis article is a guide to developing your first semantic kernel app using dotnet and C#, enabling you to add dynamic features to your AI…Apr 25, 2024Apr 25, 2024
Published inMedialessonChecking App Settings at StartupThis article provides a comprehensive sample demonstrating how to effectively utilize app settings in ASP.NET Core applications.Mar 26, 2024Mar 26, 2024
Published inMedialessonEmbed Sample Data in Your CodeOne of my favorite tricks for data-driven apps is to include sample data during development. This sample data is invaluable for various…Mar 14, 2024Mar 14, 2024