How To

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

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  39

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

How to increase session timeout in ASP.NET MVC
2/18/2024 1:29:22 AM  37

This post shows you How to increase session timeout in ASP.NET MVC

How to set culture to change datetime format in ASP.NET MVC
2/18/2024 1:28:07 AM  49

In this tutorial, I'll show you how to fix String was not recognized as a valid DateTime 'dd/MM/yyyy'

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

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

How to fix Fix Font Awesome WebFont woff2 not working BundleConfig
2/18/2024 1:25:49 AM  36

In this post i shows you how to fix Font Awesome woff2 404 not found 'woff2?v=4.6.3 Failed to load resource', when bundles css files in ASP.NET MVC.

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

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

How to fix GetExternalLoginInfoAsync Always Returns null in ASP.NET MVC
2/18/2024 1:22:26 AM  46

I've got a problem, the GetExternalLoginInfoAsync method always return null when using single sign on (SSO) with google or facebook

How to upload image in ASP.NET MVC
2/18/2024 1:20:48 AM  37

I have a properties in my Item model class like FoodType, Price, Description, Amount, Image.

How to Upload file in ASP.NET using jquery ajax
2/18/2024 1:17:21 AM  78

This tutorial shows you how to upload a file in ASP.NET MVC using Ajax and javascript without page refresh.

How to Get current controller or action name in ASP.NET MVC
2/18/2024 1:15:07 AM  42

This tutorial shows you how to get current controller or action name in ASP.NET MVC using c# code.

How to fix 'Error during serialization or deserialization using the JSON JavaScriptSerializer'
2/18/2024 1:14:10 AM  53

This post shows you how to fix 'Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property'.