Override Razor Pages Routes From Razor Class Libraries
Learn how to override Razor Pages routes from Razor Class Libraries in ASP.NET Core to customize shared functionality.
Learn how to override Razor Pages routes from Razor Class Libraries in ASP.NET Core to customize shared functionality.
A guide to configuring log levels in ASP.NET Core applications using the appsettings.json file and namespace-specific settings.
A guide on integrating the Vite development server with ASP.NET Core applications to streamline frontend development workflows.
A guide to verifying .NET dependency injection containers to catch missing registrations and captive dependencies at startup.
A tutorial on creating custom validation attributes in ASP.NET Core to implement complex data validation rules.
A developer discusses implementing multi-tenancy access control in a Blazor WASM and ASP.NET Core API, covering authentication, claims transformation, and tenant identification.
Explains how CSS isolation works in .NET 6 Razor Pages to manage page-specific styles without global conflicts.
A guide to implementing in-memory caching in .NET using IMemoryCache to improve application performance and reduce database calls.
Explains why ASP.NET Core 7 apps default to HTTP only and how to configure HTTPS for development, covering certificate trust and launch settings.
A tutorial on building a custom cron job scheduler in ASP.NET Core using BackgroundService, for educational purposes.
Learn how to use .NET 6 JSON source generators to optimize serialization and boost performance in ASP.NET Core APIs.
A guide on integrating the 11ty static site generator with an ASP.NET Core backend to build fast, static sites with dynamic capabilities.
A guide to implementing structured logging in ASP.NET Core applications using the Serilog library, covering installation, configuration, and usage.
Explains how to execute asynchronous operations, like remote validation, when a value changes in a Blazor component, covering solutions up to .NET 7.
Learn how to use C# 11's new Raw String Literals feature to generate TwiML (Twilio Markup Language) for handling SMS and voice calls in an ASP.NET Core application.
A guide to creating fake HTTP endpoints for UI prototyping using ASP.NET Core Minimal APIs and the Bogus library.
Explains what middleware is in ASP.NET Core, its role in the request pipeline, and provides a practical implementation example.
A guide to implementing multi-tenancy in ASP.NET Core applications using RavenDB, covering architecture, advantages, and code examples.
A tutorial on integrating Entity Framework Core 7 into an ASP.NET Core web application, covering project setup and database configuration.
A tutorial on implementing API Key authentication in ASP.NET Core for server-to-server communication, including code examples.