Why we should avoid DateTime.UtcNow inside a Linq to Entities query?
Why we should avoid DateTime.UtcNow inside a Linq to Entities query? Because we can get unexpected results! After read this tip, will be expected results 😉 What is the diference between these two Linq queries? Query 1 Query 2 SQL generated The first one will generate a SQL with WHERE...
Read "Why we should avoid DateTime.Utc..."
DDD by quotes
The Eric Evans’ book “Domain-Driven Design - Tackling Complexity in the Heart of Software” is like a Bible for who intend to use DDD, so, I guess that some quotes of the book can help us to validate our DDD approach. The list below is just a “check-point list”, because,...
Read "DDD by quotes"