Tip 46 – How to exclude a property using Code-Only
This time a real simple one prompted by this question on StackOverflow.Problem:
If you tell the Entity Framework about this class using Code-Only, by default every property becomes part of Entity, and as a result stored in the database
(more)