Category: C# Corner

Explaining Duck Number in C#

In this article, I will discuss the Duck Number in C# with various examples. It includes detailed explanations and practical C# im...

A Threadsafe C# LRUCache Implementation

The LRUCache class in C# provides a custom implementation of a Least Recently Used (LRU) cache. It optimizes memory usage by retai...

Implementing Responsible AI using Python

This article covers Python libraries, frameworks, and techniques for building AI models that prioritize accountability, explainabi...

Implementing Localization in ASP.NET Core Web API

Learn How to implement localization in ASP.NET Core Web API enables developers to create multilingual applications by supporting v...

Implementing Background Tasks in Python

This article covers key concepts like concurrency, task queues, and process management, helping you execute time-consuming tasks e...

Power Automate Error: Cannot Write more Bytes to the Bu...

Learn how to resolve the 'Power Automate Error: Cannot write more bytes to the buffer.' This error typically occurs when the buffe...

Azure AD B2C as an Identity Provider for Blazor Applica...

From this article, you will learn how to integrate Azure AD B2C as an identity provider for a Blazor application. This article exp...

Integrating SQS with Lambda using Event Source Mapping

This setup allows Lambda functions to automatically trigger in response to messages in an SQS queue, providing a serverless, scala...

Natural Language Processing using Microsoft.Extensions....

Learn how to build a .NET Web API application with CRUD operations using NLP and Microsoft.Extensions.AI. Integrate Azure OpenAI f...

Scoped Locks for Thread Synchronization in C# 13

Scoped locks in C# 13 simplify thread synchronization by using Lock.EnterScope() within a using block, automatically releasing the...

The Cloud Show with Magnus Mårtensson ft. Karl Ots...

The show is about cloud leadership and all the important questions relating to cloud projects.

Auto Populate Email Fields using JavaScript

Learn how to auto-populate the 'To' party list with invoice contact data when creating emails from the Quote entity in Dynamics 36...