Implement Producer/Consumer patterns using Channel in C#

In C#, Channel is a type that enables communication between two or more asynchronous operations or threads, allowing them to exchange data in a safe and efficient manner. In this post, demonstrate the use of it and the implementation of some patterns through a step-by-step guide.  
calendar Nov 04, 2024

Real-time ASP.NET with SignalR

Today we are going to dive into SignalR for .NET. What is a real-time app, and how does SignalR work in .NET? Cover SignalR concepts and build a chat app.
calendar Nov 01, 2024

Logging And Structured Logging With Serilog The Definitive Guide

The software industry prioritizes performance, reliability, speed, and scalability. But there's another equally important factor: observability. This post delves into logging, a crucial aspect of achieving observability in software.
calendar Nov 04, 2024

Demystifying MySQL Replication: From Theory to Implementation

MySQL replication copies data from a master MySQL server to one or more slave MySQL servers. This process duplicates data across multiple servers in real-time.
calendar Sep 18, 2024

Introduction to TPL Dataflow in C#

We wrote imperative code with primitive synchronization from day one. Microsoft has a tool to handle asynchronous operations, breaking complex tasks into smaller pieces.
calendar Nov 04, 2024

Animation in CSS

Explore the enchanting world of CSS animation, elevating web designs with captivating transitions and dynamic effects. Unleash creativity as we delve into key techniques and practices.
calendar Nov 01, 2024

Automated Localization Script

The use of Google Sheets and Scripts can greatly simplify the process of working with multiple languages in mobile development, as well as in front-end and back-end development
calendar Nov 04, 2024

Flex and Grid: From zero to hero

You are assigned to implement a UI that has a complex layout. You spent a week researching but still don’t know how to do it? You finished that layout but not 100% look like. This blog is for you.
calendar Nov 04, 2024

Json Web Token Using C#?

Json web token is a really good way to transmit data between parties because the sender can be digitally signed using a cryptographic algorithm. 
calendar Nov 04, 2024
Contact Message Box
Back2Top