How To

How to get ConnectionString from appsettings.json in ASP.NET Core
2/18/2024 9:31:28 AM  1.03K

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

This post shows you how to use multiple routing attributes in .net core razor pages

How to replace Request.IsAjaxRequest() in ASP.NET Core
2/18/2024 9:23:59 AM  668

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  526

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  601

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
2/18/2024 9:12:33 AM  536

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
2/18/2024 9:06:48 AM  399

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
2/18/2024 2:11:53 AM  504

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
2/18/2024 1:55:04 AM  491

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

How to use Log4Net with ASP.NET MVC
2/18/2024 1:51:56 AM  520

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.

How to use AJAX In ASP.NET MVC
2/18/2024 1:39:54 AM  465

This post shows you how to Implement AJAX in ASP.NET MVC. Ajax is the ability to read data and communicate information asynchronously.

How to use Syntax highlighter in ASP.NET MVC
2/18/2024 1:37:43 AM  573

This post shows you how to integrate Syntax highlighter into your website.