How To
How to Configure ASP.NET Core Identity password policy
By Tan Lee Published on Feb 18, 2024 442
This post shows you 'How to Configure ASP.NET Core Identity password policy require at least one special character, one uppercase letter, one number...etc'
How to fix Page Not Refreshing After Changes
By Tan Lee Published on Feb 18, 2024 1.09K
This post shows you How to fix .NET Core MVC Page Not Refreshing After Changes.
How to get ConnectionString from appsettings.json in ASP.NET Core
By Tan Lee Published on Feb 18, 2024 1.11K
This post shows you how to get a connection string from appsettings.json in ASP.NET Core
How to use Razor Pages hierarchy with multiple route parameters
By Tan Lee Published on Feb 18, 2024 2.83K
This post shows you how to use multiple routing attributes in .net core razor pages
How to replace Request.IsAjaxRequest() in ASP.NET Core
By Tan Lee Published on Feb 18, 2024 727
This post shows you how to replace Request.IsAjaxRequest() in ASP.NET Core
How to fix 'Could not load file or assembly Microsoft.VisualStudio.Web.CodeGeneratio.Utils'
By Tan Lee Published on Feb 18, 2024 588
This post shows you how to solve ASP.NET Core Scaffolding does not work in Visual Studio.
How to fix "A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher"
By Tan Lee Published on Feb 18, 2024 662
This post shows you How to fix "A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher" in ASP.NET Core.
How to use Redis Cache in ASP.NET Core
By Tan Lee Published on Feb 18, 2024 575
This post shows you how to use Redis Cache in ASP.NET Core using C# Code.
How to use Dependency Injection in ASP.NET Core
By Tan Lee Published on Feb 18, 2024 447
ASP.NET Core is designed from the ground up to support and leverage dependency injection
How to Export data to Excel file with ASP.NET MVC
By Tan Lee Published on Feb 18, 2024 557
This post shows you how to export data to excel file using C# in ASP.NET MVC
How To Customize Password Hashing in ASP.Net Identity
By Tan Lee Published on Feb 18, 2024 536
This post shows you how to implement custom password hasher in ASP.NET Identity.
How to use Log4Net with ASP.NET MVC
By Tan Lee Published on Feb 18, 2024 566
This post shows you how to use log4net in c# asp.net web application. We will use log4net to log error, then write the error to file or database.