How To

How to hide WinForm in C#
6/8/2024 3:07:23 AM  8.61K

In C#, you can hide a WinForm after it run by using the Hide() method of the form.

How to Download Crystal Reports for Visual Studio 2019
5/31/2024 9:22:28 AM  539

This post shows you how to download Crystal Reports for Visual Studio 2019.

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

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  316

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  306

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  547

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

How to fix Can't use Server.MapPath in ASP.NET MVC
5/25/2024 2:55:44 AM  323

Server.MapPath returns the physical file path corresponding to the specified virtual path

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

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  239

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  262

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  342

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  372

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