dotnet-csharp-concurrency-patterns
CommunityMaster .NET thread synchronization.
Authorrudironsoni
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides guidance on effectively synchronizing threads and protecting shared state in .NET applications, preventing race conditions and ensuring data integrity.
Core Features & Use Cases
- Synchronization Primitives: Learn to use
lock,SemaphoreSlim,Interlocked, andReaderWriterLockSlim. - Concurrent Collections: Understand how to leverage
ConcurrentDictionaryandConcurrentQueuefor thread-safe data access. - Decision Framework: A clear guide to choosing the right concurrency mechanism for your specific needs.
- Use Case: Securely incrementing a shared counter across multiple threads without data corruption.
Quick Start
Use the dotnet-csharp-concurrency-patterns skill to understand how to use SemaphoreSlim for async-compatible mutual exclusion.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dotnet-csharp-concurrency-patterns Download link: https://github.com/rudironsoni/dotnet-agent-harness/archive/main.zip#dotnet-csharp-concurrency-patterns Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.