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.
- Published: 01-May-2025This 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.
- Published: 03-May-2025This 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.