I think it is fun to find abnormal behavior in the language you use, but C# is a language that doesn’t have many abnormal behaviors. I plan on posting a few that I know, and hope to find more. This is my first puzzle and it stems back 10 years for me. I once spentContinue reading “C# Puzzles – Puzzle #1”
Tag Archives: .Net
Typical Anti-Repository Arguments
I have shown a more advanced approach to using the Repository Pattern in the Post: The Repository Pattern isn’t an Anti-Pattern; You’re just doing it wrong. Now, let me address the other typical concerns. Typical arguments are going to be around these factors: Restrictiveness Performance Flexibility Complexity Utility Purpose I find these arguments pretty lackadaisical.Continue reading “Typical Anti-Repository Arguments”