How To

How to Change parameter used in datatables ajax url.Action on Ajax.reload
5/24/2024 1:17:54 AM  661

This post shows you How to Change parameter used in datatables ajax url.Action on Ajax.reload.

How to use Autofac for Dependency Injection in ASP.NET MVC
5/22/2024 2:51:27 AM  294

Using Autofac for Dependency Injection in ASP.NET MVC

How to fix 'The specified directory for the INSTALLSHAREDDIR parameter is not valid'
5/21/2024 9:47:27 AM  348

How to fix 'The specified directory, “C:\Program Files (x86)\Microsoft SQL Server\”, for the INSTALLSHAREDDIR parameter is not valid because this directory is compressed or is in a compressed directory. Specify a directory that is not compressed.'

How to fix "HTTP Error 500.0 - ANCM In-Process Handler Load Failure"
5/21/2024 3:01:31 AM  448

This post shows you How to fix "HTTP Error 500.0 - ANCM In-Process Handler Load Failure" when deploying your ASP.NET Core on IIS.

How to increase session timeout in ASP.NET MVC
5/20/2024 8:03:05 AM  650

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

How to use datepicker directive with AngularJS and Bootstrap
5/17/2024 4:49:34 AM  235

This post shows you how to fix the datepicker not binding value when using AngularJS.

How to add class to tr using jQuery datatable
5/16/2024 8:18:45 AM  582

This post shows you how to add a class name to jquery.datatables

How to fix Assets file 'project.assets.json' not found
5/16/2024 8:13:00 AM  545

This post shows you how to fix 'Assets file '..\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.

How to use Oracle linked server shows all tables
5/15/2024 9:04:50 AM  252

How to use Oracle linked server shows all tables from all schemas in SQL Server Management Studio

How to select rows with same Id but different value in SQL Server
5/15/2024 4:02:02 AM  566

How to get a list of rows that have the same Id but different values in the same field in SQL Server.

How to fix 'ILoggingBuilder' does not contain a definition for 'AddNLog'
5/14/2024 4:21:41 AM  532

This post shows you How to fix 'ILoggingBuilder' does not contain a definition for 'AddNLog' and no extension method 'AddNLog' accepting a first argument of type 'ILoggingBuilder'.

How to fix "InvalidOperationException: No service for type 'Microsoft.AspNetCore.Identity.UserManager'"
5/11/2024 3:25:05 AM  1.51K

This post shows you How to solve "InvalidOperationException: No service for type 'Microsoft.AspNetCore.Identity.UserManager [Microsoft.AspNetCore.Identity.IdentityUser]' has been registered." when custom ASP.NET Core Identity.