List of Posts written during May 2025

This is a list of of posts written during the month May 2025
(Rev. 05-May-2025)

Categories | About |     |  

List of Posts

This is the complete list of categories of posts written during May 2025. They have been ordered by the publish date, with the most recent first.

  1. Published: 01-May-2025
    This ASP.NET Core Project explains how authentication can be done with a USB dongle, instead of the usual user-id/password authentication. A user can authenticate only if he has access to the dongle provided by you. This means that the user is able to access your website from one PC/laptop only.


  2. Published: 03-May-2025
    This ASP.NET Core Project first explains how to create an Azure AI Computer Vision resource, and then use its endpoint and keys to write a C# ASP.NET Core program to help user upload a picture of a handwritten document, and to finally convert it into lines of text using AI. See the linked video for all the details.