I want to implement this simple scenario ,which I though EF will support out of the box. I have a parent record named (Skill) and I am adding child records named (LinktoKB) to it. Now after adding a new LinktoKB, I want to return a view containing the up-to-date list of LinkToKBs (inclusing the newly added one). Now my Post action method to add new LinktoKB is :-I want to implement this simple scenario ,which