I am using code first approach in Entity Framework. I have a poco class that I want to map on a database but I use the same class to bind the data to my UI hence it contains some extra attributes. I want to map some attributes of the class to database but not all of them but I am unable to do that! Any solution
When the class attributes are equal to table column it works completely fine