How To

How to use Redis Cache in ASP.NET Core
2/18/2024 9:12:33 AM  352

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  308

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  333

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  331

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  371

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  316

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  348

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

How to Bundling and Minification in ASP.NET MVC
2/18/2024 1:32:44 AM  276

Bundling and minification are very useful to improve request load time. It improves load time by reducing the number of requests to the server and reducing the size of requested resources.

How do I define the password rules for Identity in ASP.NET MVC
2/18/2024 1:31:23 AM  277

This post shows you how to define the password rules for Identity in ASP.NET MVC

How to Customize Password Policy in ASP.Net Identity
2/18/2024 1:30:26 AM  278

This post shows you how to customize password policy in ASP.NET MVC Identity to provide better security to your application.

How do I compress a Json result from ASP.NET MVC
2/18/2024 1:26:46 AM  302

Compression json results in reduced download size, which means that web pages load faster

How to Increase the max upload file size in ASP.NET MVC
2/18/2024 1:23:33 AM  268

By default, you only upload up to 4MB (4096 KB) when hosting your website on IIS.