Messages
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
8/20/2024
2 : 14
C#519 Journey through the .NET World
Behind Old and New Names
8/11/2024
18 : 54
C#518 Type Unions
For situations where values are not always the same kind each time through
8/4/2024
18 : 24
C#517 Azure Functions Best Practices
For Performance, Reliability And Security
7/28/2024
18 : 54
C#516 The Memento Design Pattern in C#
Practically with examples