Messages
1/5/2025
18 : 54
C#538 Unit Testing Clean Architecture Use Cases
Battle-tested approach to unit testing
12/22/2024
15 : 14
C#537 Automating Santa's Workshop with NServiceBus
Using event-driven architecture for effective gift delivery 🎄🎁
12/19/2024
7 : 4
C#536 Invoking Async Power
What Awaits WinForms in .NET 9
12/10/2024
4 : 54
C#535 Lesser known CLR GC Handles
How they manage object lifetimes in garbage collection
12/1/2024
18 : 54
C#534 C# 12.0: inline arrays
Useful in performance-oriented and interop scenarios
11/24/2024
18 : 14
C#533 What's new in C# 13
Params collections support, a new Lock type and others
11/17/2024
19 : 44
C#532 Announcing .NET 9
featuring significant improvements in performance, security, and AI capabilities
11/10/2024
18 : 44
C#531 Lock keyword gets an upgrade in .NET9
How traditional locking works through ThinLock and SyncBlock
11/3/2024
20 : 14
C#530 A comparison of Rust’s borrow checker to the one in C#
Wait, C# has a borrow checker?
10/27/2024
20 : 14
C#529 A Brief Introduction to the .NET Muxer
Loading the runtime and the CLI commands
10/20/2024
18 : 24
C#528 FrozenDictionary under the hood
How fast is it comparing to Dictionary and why
10/20/2024
7 : 54
C#527 Using Windows Error Reporting in .NET
Collect crash information for your .NET apps.
10/6/2024
17 : 24
C#526 10 Lessons I Learned from Using Aspire in Production
Simplify the building, running, and management of your applications
9/29/2024
18 : 14
C#525 Implementing Blocked Floyd-Warshall algorithm
for solving all-pairs shortest path problem
9/22/2024
19 : 14
C#524 Anatomy of the .NET dictionary
Impress friends and colleagues knowing your key value pairs
9/15/2024
19 : 24
C#523 On over-engineering
Finding the right balance
9/8/2024
18 : 24
C#522 Effective Integration Testing with a Database in .NET
Explore EF Core providers, migrations, seeding, and strategies for reliable test suites
9/8/2024
18 : 14
C#522 Effective Integration Testing with a Database in .NET
Explore EF Core providers, migrations, seeding, and strategies for reliable test suites
9/1/2024
18 : 34
C#521 Understanding .NET stack traces
Detailed information about the error and the call stack
8/25/2024
18 : 34
C#520 Building pipelines with IAsyncEnumerable
Pipelines are a powerful way to process data in a streaming fashion