List of Posts written during Apr 2023

This is a list of of posts written during the month Apr 2023
(Rev. 28-Jun-2024)

Categories | About |     |  

List of Posts

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

  1. Published: 14-Apr-2023
    This ASP.NET Core WebApi Project doesn't contain any razor pages. It has been written with a few minimal web api - a client browser connects to the web api through plain javascript. There's only one javascript file called main.js that contains all the web api calls. The file can be customized to display dates, currencies and UTC Offset in your local format. JWT Token based authentication, Cookie authentication and role based are all suitably used for authentication and authorization. An admin configures an auction by setting base price, increment amount and the name of the property or item to be auctioned. The Administrator creates user-ids for bidders. The bidders bid and the latest bid is shown in realtime.