DEV Community

# dotnettips

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
🔄 .NET Pro Tip: Use CancellationToken to Gracefully Cancel Threads

🔄 .NET Pro Tip: Use CancellationToken to Gracefully Cancel Threads

Comments
1 min read
🧵 Pro Tip: Use Task.Run Instead of Thread for Simpler Concurrency

🧵 Pro Tip: Use Task.Run Instead of Thread for Simpler Concurrency

Comments
1 min read
⚡ Pro Tip: Leverage async and await for Non-Blocking I/O Operations

⚡ Pro Tip: Leverage async and await for Non-Blocking I/O Operations

Comments
1 min read
đź’ˇ Pro Tip: Use Span<T> for Efficient Memory Access

đź’ˇ Pro Tip: Use Span<T> for Efficient Memory Access

1
Comments
1 min read
🛠️ Pro Tip: Implementing IDisposable for Proper Resource Management

🛠️ Pro Tip: Implementing IDisposable for Proper Resource Management

Comments
1 min read
đź“Š Design Tip: Favor Interfaces over Concrete Classes

đź“Š Design Tip: Favor Interfaces over Concrete Classes

Comments 2
1 min read
The Disposal Pattern in .NET: Managing Unmanaged Resources and Implementing Clean-Up

The Disposal Pattern in .NET: Managing Unmanaged Resources and Implementing Clean-Up

2
Comments
3 min read
Understanding IList, ICollection, IEnumerable, IReadOnlyList, and IReadOnlyCollection in C# .NET

Understanding IList, ICollection, IEnumerable, IReadOnlyList, and IReadOnlyCollection in C# .NET

10
Comments
3 min read
loading...