I'm having problems in passing multiple models to a single view, after reading other posts it I've gathered that I need to create a separate class and instantiate that class and return that instantiated class to the view. However, how would I do this ?
I wanted to use Entity Framework, and Linq to do the queries. If you can provide sample code for me to learn...