ASP.NET Core
Implement security headers for an ASP.NET Core
By Tan Lee Published on Jun 24, 2025 320
This article demonstrates how to implement security headers in an ASP.NET Core application.
Read moreBuilding Dynamic Structured Data with JSON-LD in ASP.NET Core
By Tan Lee Published on May 28, 2025 836
Adding structured data to your website is a powerful way to enhance your site's SEO and improve how your content appears in search engine results.
Read moreHow to create a Toast Notifications in ASP.NET Core
By Tan Lee Published on Mar 13, 2021 16.25K
To create toast notifications in an ASP.NET Core application using the AspNetCoreHero.ToastNotification package, follow these steps.
Read moreHTTP Error 500.31 - Failed to load ASP.NET Core runtime
By Tan Lee Published on Jun 04, 2024 1.45K
The HTTP Error 500.31 - Failed to load ASP.NET Core runtime is typically caused by a missing or misconfigured .NET runtime required to run your ASP.NET Core application.
Read moreLogging file using NLog in ASP.NET Core
By Tan Lee Published on Mar 08, 2020 9.39K
Integrating NLog into an ASP.NET Core application is a straightforward process.
Read moreHow to use CORS in ASP.NET Core
By Tan Lee Published on Dec 19, 2024 791
In this article, we will explore one of the challenges users faced in the early days of web development the Same-Origin Policy (SOP) and how Cross-Origin Resource Sharing (CORS) became a solution.
Read moreHow to Send Emails in ASP.NET Core
By Tan Lee Published on Dec 19, 2024 756
In this guide, we will learn how to send emails using ASP.NET Core.
Read moreImplementing Scheduled Background Tasks in ASP.NET Core with IHostedService
By Tan Lee Published on Dec 19, 2024 1.1K
Scheduled background tasks in ASP.NET Core are essential for tasks that run independently of user interactions, such as sending emails, data processing, or performing system maintenance.
Read more8 Essential Tips to Protect Your ASP.NET Core Application from Cyber Threats
By Tan Lee Published on Dec 16, 2024 917
Cybersecurity is vital for protecting sensitive data, maintaining user trust, and ensuring business continuity.
Read moreImplementing Caching in ASP.NET Core
By Tan Lee Published on Dec 14, 2024 705
Caching improves application performance by storing frequently accessed data in memory, reducing the need to repeatedly fetch it from the database.
Read more