How To
How to fix Using 'UseMvc' to configure MVC is not supported while using Endpoint Routing
6/10/2024 8:55:26 AM 506
How to solve the problem Using 'UseMvc' to configure MVC is not supported while using Endpoint Routing when changing ASP.NET Core 2.2 to 3.0
How to Increase upload file size in ASP.NET Core
6/10/2024 8:50:17 AM 356
To increase the upload file size in ASP.NET Core, you typically need to adjust settings in both your application code and your server configuration.
How to fix LoginPath not working in ASP.NET Core
6/10/2024 8:05:12 AM 1.02K
How to solve 'LoginPath not working in ASP.NET Core'.
How to return 401 instead of 302 in ASP.NET Core
6/10/2024 7:32:30 AM 406
Sometimes you add an [Authorize] attribute to your web API method in ASP.NET Core 2.0 and instead of returning 401, it returns 302.
How to Open password protected Word Document without software
6/8/2024 4:22:32 AM 210
Recovering your Word document lost password with VBA code.
How to hide the Console Application in C#
6/8/2024 3:07:47 AM 9.04K
To hide a console application in C#, you can utilize the ShowWindow function from the user32.dll library to hide the console window programmatically.
How to hide WinForm in C#
6/8/2024 3:07:23 AM 8.94K
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 906
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 257
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 408
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 486
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 804
How to fix Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager'