Han Chee
Code Cultivation

Code Cultivation

Follow
Follow
homebadgesnewsletter
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

8. Architecture Overview

Oct 30, 20235 min read

Before we delve further into the project, it's essential to discuss the architectural overview. As previously mentioned, a key requirement is the...

8. Architecture Overview

7. Create, Update, Read and Delete for Applications (CRUD)

Oct 26, 202310 min read

In this post, we will explore the implementation of CRUD (Create, Read, Update, Delete) operations for Applications. As we continue, we will also...

7. Create, Update, Read and Delete for Applications (CRUD)

6. Persisting with Entity Framework Core

Oct 23, 202310 min read

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...

6. Persisting with Entity Framework Core

5. Actions for Organizations (Tenants)

Oct 18, 202312 min read

In our previous post, we introduced a Razor Page tailored for tenants, featuring three essential action buttons: Add, Edit and Delete. In this post,...

5. Actions for Organizations (Tenants)

4. UI for Organizations (Tenants)

Oct 16, 20235 min read

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...

4. UI for Organizations (Tenants)

3. Implementing Basic Authentication in Razor Pages Without a Database

Oct 15, 202310 min read

Authentication and Authorization To bolster the security of our portal, it's essential to implement authentication and authorization. Let's begin by...

3. Implementing Basic Authentication in Razor Pages Without a Database