How To
How to set culture to change datetime format in ASP.NET MVC
5/29/2024 9:08:39 AM 371
How to fix String was not recognized as a valid DateTime 'dd/MM/yyyy'
How to fix Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager'
5/25/2024 3:02:34 AM 648
How to fix Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager'
How to Change parameter used in datatables ajax url.Action on Ajax.reload
5/24/2024 1:17:54 AM 464
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 265
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 290
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 396
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 432
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 218
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 441
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 423
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 234
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 445
How to get a list of rows that have the same Id but different values in the same field in SQL Server.