Posts by Year

2024

Better result handling with Result

4 minute read

“Exceptions shouldn’t be used to control normal program flow. It can be challenging to follow the logic of a program that jumps from one exception handler to...

3 things you should know about Strings

4 minute read

“We work with strings every day in our applications. We often don’t see the mistakes we’re making, or we don’t see ways to potentially optimize the code. And...

Exciting enhancements in C# 12

4 minute read

“In November 2023, C# 12 arrived with a bang, bundled with .NET 8, bringing with it a bunch of cool new features that have made developers sit up and take no...

Back to Top ↑

2023

.NET Apps: Redis Distributed Locking

5 minute read

“Distributed locking in centralized cache management system like redis which helps maintain integrity and consistency throughout all microservices.”

Back to Top ↑

2022

And it begins!!

less than 1 minute read

“Finally, releasing the much-awaited initiative…”

Back to Top ↑