There’s an interesting guideline I’ve been meaning to write about for a long time. I call it Storing information in its highest form.
Let’s talk about when to use which collection type and why.
Today, we’ll discuss the following guideline: you should use the most generic types possible for arguments and the most specific types possible for return values.
Let’s talk about modeling of relationships, including the dreaded many-to-many relationships, in a DDD way.
My new Pluralsight course about encapsulating EF Core usage went live.