How To

How to set cookie ValidationInterval in ASP.NET Core
By Tan Lee Published on Feb 18, 2024 538

This post shows you How to set cookie ValidationInterval in ASP.NET Core.

How to Configure ASP.NET Core Identity password policy
By Tan Lee Published on Feb 18, 2024 561

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.37K

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.34K

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 3.33K

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 965

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 717

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 848

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 675

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 558

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 728

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 690

This post shows you how to implement custom password hasher in ASP.NET Identity.