How can we map a List Email addresses with a table using Code First Approach where List is filled in One Action Method and been sent to another Action Method (Data is getting Null between to Action Methods although it is between same controller and i have initialize the List at class Level. I found only one resource on the topic
Entity Framework Code First List<string> Property Mapping.
Which is not clearing my doubts, thanks for the help.