@jmnieto
software craftsman
A software developer trying to write organic blogs in C# and .NET technologies.
Nothing here yet.
Jan 31 · 2 min read · Setting up your test-suites is one of the hardest challenge a developer will find. Tests are designed to increase confidence in software quality. Yet, they lose their value when developers begin to doubt the reliability of the tests themselves. Tests...
Join discussionJan 12 · 2 min read · This book is not a book for beginners. A good exposure to different SQL products will help you learn what concepts run on the database products that you use. Although the book doesn’t reference specific products, it focuses on relational model concep...
Join discussionDec 29, 2025 · 5 min read · Specification pattern is introduced by Martin Fowler and Eric Evans the author of DDD. I’ve checked different implementations of specification pattern that I’ve listed below on the sources, All I can say that it has it’s place on your software — it r...
Join discussion
Nov 30, 2025 · 3 min read · Pre-requisites : Delegates , Lambda Expression, Generics Headline: Expression trees are run-time objects. Expression trees are a really amazing concept, and let’s dive into that in the lens of C#. Again, why expression trees are awesome is because th...
Join discussion