I'm trying to create a tagging system for my project. I need the pass a string (for ex: "test1, test2, test3") which will be binded to an entity as a list. ...I'm using EF and my view inherits an entity, defined in EF. Without creating a view model, is it...