How To

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

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  115

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

How to use Web API JWT Token
2/16/2024 3:43:01 PM  147

This post shows you how to generate jwt token in asp.net core using c# code.

How to use Repository Pattern in C#
2/16/2024 3:31:55 PM  170

This tutorial shows you how to use Repository Pattern in ASP.NET Core using C#.NET.

How to use Generic Repository Pattern in C#
2/16/2024 3:26:56 PM  174

This post shows you how to use Generic Repository Pattern in C# code

How to Add Active Navigation Class Based on URL
2/16/2024 9:46:12 AM  159

If you got a problem with highlight the active link in a navigation menu when selected, this example might help you solve it.

How to Display popup message in Javascript
2/16/2024 9:44:16 AM  143

This post shows you how to use javascript popup window to alert a message box.

How to Show message instead of alert
2/16/2024 9:42:37 AM  158

To show a message instead of using the alert box you can insert a hidden div on your form and show it instead of using the alert.

How to fix 'Uncaught TypeError: Cannot read property 'fn' of undefined'
2/16/2024 9:41:32 AM  156

This post shows you how to solve Uncaught TypeError: Cannot read property 'fn' of undefined.

How to Pass string parameter in an onclick function
2/16/2024 9:37:55 AM  198

This post shows you how to pass string parameter in an onclick function javascript.

How to fix 'Requested unknown parameter '6' for row 0, column 6'
2/16/2024 9:36:29 AM  173

This post shows you how to fix 'Requested unknown parameter '6' for row 0, column 6' when using jquery.datatable.net

How to fix popper.js in bootstrap 4 gives SyntaxError Unexpected token export
2/16/2024 9:34:26 AM  176

This post shows you how to fix 'popper.js in bootstrap 4 gives SyntaxError Unexpected token export' in javascript.