ViewBag dynamic property or strongly typed view models. The data I want pass belongs to another model entirely and not the model for which the View is for.Game model which has 2 FK's Developer and Publisher - within my create() View for the Game Model I wish to have a drop down list of Developers in the database to select from. How do I achieve this? Been stuck on this step for a while now and I'm still very new to .NET.