Hemant Singh
Memory Crypt

Memory Crypt

Follow
Follow
homeGlossarybadges
Series

C# and .NET


Articles in this series

Connecting to MongoDB from .NET

Dec 5, 20218 min read

In the realm of modern software development, databases play a pivotal role in storing, managing, and retrieving data. Among the plethora of database...

Connecting to MongoDB from .NET

Create a Web API with JWT Authentication and ASP.NET Core Identity

Oct 2, 202248 min read

Hi there! Let us see how to create a Web API in .NET 6.0 with JWT Authentication and ASP.NET Core Identity. Implementing authentication in any app is...

Create a Web API with JWT Authentication and ASP.NET Core Identity

Where do I store auth tokens on client side?

Oct 8, 20226 min read

Hey folks! In this article I am going to briefly address the topic of where to store our precious auth tokens on the client side. So I have developed...

Where do I store auth tokens on client side?

Create a Web API with Custom Authentication and ASP.NET Core Identity

Oct 16, 202211 min read

Hey folks! So, in a previous article, we created a Web API with JWT token authentication and ASP.NET Core Identity. However, in some scenarios, we may...

Create a Web API with Custom Authentication and ASP.NET Core Identity

.NET MVC App Calling Web API for Authentication

Nov 7, 202237 min read

Hi there! In a previous article, we learnt how to create a Web API with JWT Authentication and ASP.NET Core Identity. Let us now see how we can call...

.NET MVC App Calling Web API for Authentication

Behavior-Driven Development (BDD) in .NET: Bridging the Gap Between Requirements and Code

Apr 16, 20234 min read

Behavior-Driven Development (BDD) is a software development approach that bridges the communication gap between stakeholders, such as business...

Behavior-Driven Development (BDD) in .NET: Bridging the Gap Between Requirements and Code