I want to persist a linked list of objects using in my ASP.Net Core application. For simplicity, I'll use blog and comments; although the real context is much more complex....I scaffolded two tables, and changed ...ICollection<Comment>... to ...LinkedList...