Explore >> Select a destination


You are here

testing.googleblog.com
| | www.code4it.dev
3.3 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | publicobject.com
4.9 parsecs away

Travel
| | You can do dependency injection (DI) manually or with a library. Constructing your applications dependency graph by hand is a cute exercise but not practical beyond toy examples. Youll eventually find yourself extracting the repetitive manual DI code into your own bespoke library, one thats likely to
| | www.marclittlemore.com
3.4 parsecs away

Travel
| | There are many different types of tests you can write. Let's find out about what they are.
| | www.jefclaes.be
40.3 parsecs away

Travel
| An entity is identified by an identifier, while value objects are identified by their value. If I make a living renting cars to tourists, I might not care the least about the identity of the colors the cars came in. I just care about their value; Rosso Corsa, Azurro Metallic... If I repaint the car, the color changes, and the previous color is abandoned as a whole. However, if I were a car paint manufacturer, I would care a great deal about the identity of a color.