How To
How to create and run a PowerShell script file on Windows
2/20/2024 1:54:18 AM 366
PowerShell is a command line interface (CLI) for running commands and scripts to automate tasks and change settings on your device
How to protect an excel file
2/19/2024 9:52:42 AM 311
Protecting an Excel file involves several steps to safeguard its content, structure, and functionality.
How to use SQL INSERT INTO SELECT Statement
2/19/2024 9:49:46 AM 378
The INSERT INTO SELECT statement in SQL is used to copy data from one table and insert it into another table.
How to set cookie ValidationInterval in ASP.NET Core
2/18/2024 9:43:21 AM 280
This post shows you How to set cookie ValidationInterval in ASP.NET Core.
How to Configure ASP.NET Core Identity password policy
2/18/2024 9:39:53 AM 287
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
2/18/2024 9:33:35 AM 654
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
2/18/2024 9:31:28 AM 593
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
2/18/2024 9:29:31 AM 351
This post shows you how to use multiple routing attributes in .net core razor pages
How to fix 'asp-controller and asp-action attributes not working in areas'
2/18/2024 9:24:51 AM 531
This post shows you how to fix "asp-controller and asp-action attributes not working" or "form asp-action in areas. Can't find a controller. Asp.Net Core"
How to replace Request.IsAjaxRequest() in ASP.NET Core
2/18/2024 9:23:59 AM 423
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'
2/18/2024 9:21:09 AM 305
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"
2/18/2024 9:17:05 AM 374
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.