Posts tagged with 'csharp'
- Type-Safe C#: How GenAI Makes Tiny-Types Worth It
- C# Regex: How Regular Expressions Work in C#, With Examples
- The LINQ Join Operator: A Complete Tutorial
- C# Unit Testing: Getting Started With TDD
- Null Is Evil. What's The Best Alternative? Null.
- Functional Programming in C#: Map, Filter, and Reduce Your Way to Clean Code
- Value Objects: A Tool for Self-Documented Code and Fewer Errors
- Coding Best Practices When You’re Short On Time
- 4 Common Datetime Mistakes in C# — And How to Avoid Them
- Cargo Cult Programming Is The Art of Programming by Coincidence
- C# 8.0 Features: A Glimpse of the Future
- Unit testing for beginners - Part 2
- C# 7 Features Worth Knowing - Part 2
- C# 7 Features Worth Knowing - Part 1
- Value and reference types in C#, Part 2 - Why can't a DateTime be null?
- Value and reference types in C#