#csharp
Read more stories on Hashnode
Articles with this tag
Before we delve further into the project, it's essential to discuss the architectural overview. As previously mentioned, a key requirement is the...
In this post, we will explore the implementation of CRUD (Create, Read, Update, Delete) operations for Applications. As we continue, we will also...
In a previous post, we learned how to implement functionality for the Add, Edit, and Delete actions. However, it's important to note that any changes...
In our previous post, we introduced a Razor Page tailored for tenants, featuring three essential action buttons: Add, Edit and Delete. In this post,...
If we recall from the previous post, one of the requirements is to incorporate a multi-tenancy feature into our project. In this article, I will focus...
Authentication and Authorization To bolster the security of our portal, it's essential to implement authentication and authorization. Let's begin by...