Hello,
I have a requirement to implement bookmarks feature in EpiServer. So when a user logs in, he could mark a content as favorite.
I will be storing userid and corresponding content id in a table. Assuming this will require me to create a new table in EPiServer database (not creating new database here since only one table)
Also when user logs in, I will be quering agains this DB table to fetch all content ids and load those content for user to view.
Can some one guide me on how to proceed on Database interaction in EpiServer and any best practices or reference links. I have seen link in this forum that talks about this feature already so if anyone can post some details that would be helpful.