Reading this blog post about Primitive Obsession I was wondering:
How can I create a strongly-typed entity using Entity Framework Code First? (specially regarding mapping these strong types to primitive types in SqlServer)
Does that make sense? (I've never found any examples/tutorials on the web with this kind of approach)
Suppose we have an Address entity/class with a strongly-typed Zipcode property as we can see here.