Non-Blocking Synchronization in C#
Non-Blocking Synchronization in C#

The .NET frameworks introduced ‘Non-Blocking Synchronization’ for highly concurrent and performance-critical scenarios.

Synchronization in C#
Synchronization in C#

In a multithreaded environment, each thread has its own local thread stack and registers. If multiple threads access the same resource for read and write, this will cause a resource conflict and the value may be changed unexpectedly.

Offline Add, Edit, Delete Data in HTML5 IndexedDB
Offline Add, Edit, Delete Data in HTML5 IndexedDB

Hi everyone in this article, I’m explaining about offline crud operation using HTML5 and IndexedDB database