How To

How to fix 'The transaction log for the database is null due to OLDEST_PAGE'
2/16/2024 4:36:25 AM  60

This post show you how to fix 'The transaction log for the database is null due to 'OLDEST_PAGE' in SQL Server.

How to fix 'The transaction log for the database is full due to ACTIVE_TRANSACTION'
2/16/2024 4:34:01 AM  70

This post show you how to fix 'The transaction log for database 'x' is full due to 'ACTIVE_TRANSACTION' in SQL Server.

How to use Oracle linked server shows all tables
2/16/2024 4:17:54 AM  60

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

How to return 401 instead of 302 in ASP.NET Core
2/15/2024 4:31:06 AM  61

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 fix 'NonComVisibleBaseClass was detected'
2/15/2024 4:21:21 AM  62

How to fix "NonComVisibleBaseClass was detected" in Visual Studio

How to fix 'Couldn't process file resx due to its being in the Internet'
2/15/2024 4:20:52 AM  123

If you have problems debugging in Visual studio. Debugging process has not started and shows error message like

How to create a simple progress bars in Python
2/12/2024 2:52:31 AM  67

How to create a simple progress bars in Python using tqdm library

How to fix ckeditor4-secure-version/versions.json?v=4.22.1
2/5/2024 7:24:30 AM  64

How to resolve script error when running ckeditor version 4.22.1

How to set up the Ezoic API for CDN Management
2/3/2024 3:05:38 AM  99

This example uses the Ezoic API to automatically purge pages from the ezoic CDN whenever your post or page is updated using c# code

How to assign an ID to the search input using datatable.net
2/2/2024 6:55:07 AM  106

How to assign an ID to the global search box using datatable.net

How to encode and decode a base64 string in C#
1/31/2024 9:42:23 AM  82

How to encode and decode the string to base64 format in c# using ToBase64String and FromBase64String methods

How to select rows with same Id but different value in SQL Server
1/27/2024 3:25:47 AM  106

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