Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

enterprisecraftsmanship.com

Enterprise Craftsmanship

Get the latest updates from Enterprise Craftsmanship directly as they happen.

Follow now 42 followers

Latest posts

Last updated about 2 years ago

Storing information in its highest form

about 2 years ago

There’s an interesting guideline I’ve been meaning to write about for a...

https://enterprisecraftsmanship.com/book/5-star-review/

about 2 years ago

Thank you! I'm so glad you enjoyed the book. If you have...

https://enterprisecraftsmanship.com/book/4-star-review/

about 2 years ago

Thank you! Thanks for your feedback. I'm grateful you took time to...

https://enterprisecraftsmanship.com/book/3-star-review/

about 2 years ago

Thank you! Thanks for your feedback. I'm grateful you took time to...

https://enterprisecraftsmanship.com/book/2-star-review/

about 2 years ago

Thank you! Thanks for your feedback. I'm grateful you took time to...

https://enterprisecraftsmanship.com/book/1-star-review/

about 2 years ago

Thank you! Thanks for your feedback. I'm grateful you took time to...

Which collection interface to use?

over 2 years ago

Let’s talk about when to use which collection type and why.

Generic types are for arguments, specific types are for return values

over 2 years ago

Today, we’ll discuss the following guideline: you should use the most generic...

Modeling Relationships in a DDD Way

about 3 years ago

Let’s talk about modeling of relationships, including the dreaded many-to-many relationships, in...

Encapsulating EF Core Usage: New Pluralsight course

about 3 years ago

My new online training course about Encapsulating EF Core Usage went live.

Collections and Primitive Obsession

about 3 years ago

Does the primitive obsession anti-pattern apply to collections? In other words, should...

How to Assert Database State?

over 3 years ago

Today, we’ll discuss a question that relates to my Unit Testing book...