List of Posts written during Jul 2025

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

Categories | About |     |  

List of Posts

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

  1. Published: 09-Jul-2025
    I explain a situation where multi-tenancy could be implemented by your ASPNET Core App. Also discussed are official solutions, and why I think a simpler approach is possible. We have uploaded an ASPNET Core project on GitHub to demonstrate the whole concept. The link has been provided in the text that follows.


  2. Published: 26-Jul-2025
    Here's a brief explanation: A user authenticates with his phone, and sees a date-wise list of the diary of events that he has maintained over the years. Each entry has a mood associated with it. The entries can be filtered by mood and by the year. The user can edit any entry, and also add and remove pictures linked to that day. Each picture can have a short descriptive text. All data, including the bytes of the pictures, is stored in a sqlite database. We have not implemented multi-tenancy, and also paging, and additional features like public sharing, all of which can be done as an exercise.