Azure App Configuration Service – Labels for Environment Specific Settings
Explains how to use labels in Azure App Configuration Service to manage environment-specific settings like connection strings and feature flags.
Explains how to use labels in Azure App Configuration Service to manage environment-specific settings like connection strings and feature flags.
A tutorial on implementing Azure App Configuration feature flags in an ASP.NET Core API, including setup, configuration, and label-specific flag usage.
A developer explores and compares three libraries (iText 7, DinkToPdf, ChromeHTMLToPdf) for generating PDFs from HTML in ASP.NET Core.
A tutorial on creating a reusable, generic autocomplete component for Blazor applications, moving from a hardcoded solution to a flexible one.
A tutorial on building a custom autocomplete component for Blazor WebAssembly apps, including styling and live data fetching.
A talk on implementing flexible, permission-based authorization in ASP.NET Core to overcome limitations of traditional role/claim-based systems.
A guide to resizing images client-side in Blazor WebAssembly before uploading to the server, using the RequestImageFileAsync method.
Guide to incrementally migrating legacy ASP.NET Framework apps to ASP.NET Core Razor Pages using Microsoft's SystemWebAdapters.
A tutorial on implementing secure API key authentication in ASP.NET Core Web APIs using custom authorization filters.
Explains the WebApplicationFactory in .NET for integration testing ASP.NET Core WebAPIs, highlighting its benefits and usage.
Announcing IdempotentAPI v2.0.0-RC, an open-source .NET library for adding idempotency to APIs, now with support for distributed cluster environments.
Explores rate limiting concepts for web apps, covering why it's needed, algorithms, and implementation strategies with .NET examples.
Explains three methods to create custom middleware in ASP.NET Core: using Request Delegates, by convention, and factory-based.
A new solution template for building Blazor WebAssembly apps with Clean Architecture, CI/CD, and Azure deployment.
Explains how to use the built-in rate limiting middleware in ASP.NET Core .NET 7 to control API and web app traffic.
A guide to implementing multiple JSON serialization settings for different endpoints in ASP.NET Core Web APIs using custom formatters.
Explains why async/await in ASP.NET Core improves scalability by freeing worker threads during I/O, not raw performance.
An introduction to Blazor, a .NET framework for building interactive web UIs with C# and WebAssembly, covering its core concepts and benefits.
A tutorial on implementing OpenAPI support in a Blazor WebAssembly app to generate API specs and typed clients using NSwag.
A tutorial on creating an ASP.NET Core Minimal API using Visual Basic .NET by converting a C# project template, despite the lack of an official VB template.