Hemant Singh
Memory Crypt

Memory Crypt

Follow
Follow
homeGlossarybadges
Using Automapper for mapping entities in C#

Using Automapper for mapping entities in C#

Mapping entities in C# is a common task when dealing with object-relational mapping (ORM) frameworks, such as Entity Framework. This process involves transforming data between different types, often between domain models and data transfer objects (DT...

Hemant Singh
Hemant Singh
4 min read
Designing a Ride Hailing Service in .NET - Part 1 - Defining the domain models

Designing a Ride Hailing Service in .NET - Part 1 - Defining the domain models

Hemant Singh
Hemant Singh
8 min read
Implementing Caching in Web API: Memory Cache, Redis, and IDistributedCache

Implementing Caching in Web API: Memory Cache, Redis, and IDistributedCache

Hemant Singh
Hemant Singh
5 min read
Building a Global Error Handling Middleware in .NET Web API

Building a Global Error Handling Middleware in .NET Web API

Hemant Singh
5 min read
Async/Await and Cancellation Tokens in C#

Async/Await and Cancellation Tokens in C#

Hemant Singh
9 min read
A Comprehensive Guide to Using Dapper in C#

A Comprehensive Guide to Using Dapper in C#

Hemant Singh
3 min read
Implementing Transactions in Entity Framework Core for Consistent Database Operations

Implementing Transactions in Entity Framework Core for Consistent Database Operations

Hemant Singh
7 min read
Using CRUD Operations in Entity Framework with In-Memory Database in Web API

Using CRUD Operations in Entity Framework with In-Memory Database in Web API

Hemant Singh
14 min read
Authenticating apps via Certificates in .NET

Authenticating apps via Certificates in .NET

Hemant Singh
4 min read
Authenticating apps via Client Credentials in .NET

Authenticating apps via Client Credentials in .NET

Hemant Singh
7 min read
A Comprehensive Guide to ADO.NET: Data Access in C#

A Comprehensive Guide to ADO.NET: Data Access in C#

Hemant Singh
3 min read
Exploring basics of Microsoft SQL Server

Exploring basics of Microsoft SQL Server

Hemant Singh
8 min read