Since I've seen several people advising against using the ViewBag I was wondering how to do it correctly using:
return View()
I've read that you need to use so called ViewModels but those don't seem to apply when you are working with the Entity Framework.
How do I pass data to the View? How do I access said data within the View?