- Published on
All Posts
- Published on
Stop chasing perfect code — ship something useful instead.- Published on
Pattern matching has grown far beyond switch and case statements. From type checks to recursive patterns and list matching, modern C# gives you expressive tools to write cleaner, more maintainable code.- Published on
Exception handling in .NET is more than just try/catch. From filters and AggregateException to async quirks and global handlers.- Published on
Exception filters make error handling in C# cleaner and more expressive. They let you catch only what you care about without cluttering your code with nested logic or rethrows.