I'm new to Entity Framework, I need to implement the table per class inheritance strategy. This followed the steps explained in this tutorial
But I get this error:
employee and vendor entity are not mapped
I found this article not well detailed. Can you give me more explanations?
Thanks to everyone