6 min read
Development Tips Want to ship faster without breaking production? Learn how feature flags let you release unfinished code safely, even in big, messy codebases.
Want to ship faster without breaking production? Learn how feature flags let you release unfinished code safely, even in big, messy codebases.
In modern .NET development, you don't see GoTo commands too often. However, there is one feature that can behave similarly: exceptions.
Here are 7 LINQ methods that you might not be aware of. But can become your favorite in the future.
Things I've learned the hard way
Debugging is like being the detective in a crime movie where you are also the murderer.
Let me show you how to write exceptionally great code. Where exceptions are used, but not abused.