Display Images in Bootstrap Carousel using Razor Pages and Entity Framework
A tutorial on displaying images from a database in a Bootstrap Carousel using ASP.NET Core Razor Pages and Entity Framework Core.
A tutorial on displaying images from a database in a Bootstrap Carousel using ASP.NET Core Razor Pages and Entity Framework Core.
A guide to simplifying integration tests for ASP.NET Core endpoints protected by antiforgery tokens using Application Parts.
Announcing OpenIddict 3.0 beta1, a major rewrite of the OpenID Connect server and validation library for .NET with new features and broader framework support.
A tutorial on implementing lazy loading for Bootstrap tabs in an ASP.NET Core Razor Pages application to improve performance.
How to configure an additional HttpClient in Blazor WebAssembly to call unprotected APIs and avoid AccessTokenNotAvailableException errors.
A humorous guide to logging ASP.NET Core application messages directly to a Notepad window using a custom NuGet package.
A guide to binding and validating enum values from user input in ASP.NET Core APIs, addressing common pitfalls and providing utility code.
A guide to implementing custom authorization policies to secure the Hangfire Dashboard in an ASP.NET Core application.
A brief introduction to using Dapper, a popular micro-ORM, for database operations in ASP.NET Core applications.
A guide on how to run legacy Nancy API endpoints alongside new ASP.NET Core endpoints for a gradual migration strategy.
A tutorial on creating a custom ASP.NET Core Tag Helper to conditionally show or hide UI elements based on user authorization policies.
A guide to implementing API versioning in ASP.NET Core using Swashbuckle, covering routing, models, and Swagger configuration.
A guide to handling query strings in Blazor applications, covering their use cases and providing practical code solutions.
A guide on displaying enum values as select lists in ASP.NET Core, including custom names and translations using DisplayAttribute.
A guide to writing integration tests for C# Web APIs using Microsoft.AspNetCore.Mvc.Testing, xUnit, and FluentAssertions.
Explains how to use EF Core 5.0's ToQueryString() method to translate LINQ queries to SQL without executing them against the database.
How to retrieve the current API route name in ASP.NET Core 3.1 for metrics, covering changes from endpoint routing in 2.2.
A guide on building and testing complex query strings in ASP.NET Core controller unit tests, covering encoding and multiple values.
Explains how to hide specific controllers or actions from Swagger/OpenAPI documentation in ASP.NET Core using conventions.
Guide to securely storing ASP.NET Core Data Protection keys using Azure Key Vault for encryption and Azure Blob Storage for persistence.