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

13
Comments
3 min read
loading...