How To

How to Open password protected Word Document without software
6/8/2024 4:22:32 AM  301

Recovering your Word document lost password with VBA code.

How to implement simple Memory Cache for Web API
5/31/2024 9:17:56 AM  409

This post shows you How to implement memory cache for ASP.NET Web API in C#

How to drop table if exists in sql server
5/31/2024 8:43:42 AM  605

In SQL Server, you can drop a table if it exists by first checking if the table exists in the database, then dropping it if the existence check returns true.

How to set culture to change datetime format in ASP.NET MVC
5/29/2024 9:08:39 AM  866

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  1.42K

How to fix Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager'

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

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  647

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  653

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 use datepicker directive with AngularJS and Bootstrap
5/17/2024 4:49:34 AM  272

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

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

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 select rows with same Id but different value in SQL Server
5/15/2024 4:02:02 AM  1.06K

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  961

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