How To

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

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  71

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  116

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  84

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  104

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'.

How to get all roles for user ASP.NET
2/18/2024 1:12:08 AM  93

This post shows how to get all roles for user asp.net mvc identity.

How to se 'Require strong password in ASP.NET Identity'
2/18/2024 1:10:50 AM  66

This post shows how to configure a require strong password in ASP.NET Identity using C#.NET.

How yo fix 'This program is blocked by group policy'
2/18/2024 1:09:46 AM  70

This post shows you how to solve the problem 'This program is blocked by group policy. For more information, contact your system administrator' in ASP.NET MVC.

How to implement Google reCAPTCHA in ASP.NET MVC
2/18/2024 1:08:25 AM  82

This post shows how to implement google recaptcha in ASP.NET MVC using C# code.

How to fix Checkbox value always give 'false' in jquery.serializeJSON plugin
2/18/2024 1:05:19 AM  87

This post shows you how to de-serialize JSON data of check box values or how to fix 'checkbox value always give 'false' in jquery.serializeJSON plugin'

How to use TempData Keep() vs Peek() in ASP.NET MVC
2/18/2024 1:02:18 AM  116

Your object in a TempDataDictionary is read, it will be marked for deletion at the end of that request

How to fix 'woff and ttf fonts 404 not found'
2/18/2024 12:58:45 AM  67

When publishing your web site to IIS or running your project in Visual Studio and you encounter errors.