1

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.

1 Answer 1

1

I just converted the list to XML and store it in the database and while picking up the data i re-converted them

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.