I am new to MVC3, I have an multiple models like BussinessDetails,ContactPerson,ServiceArea,Address and many more models.
BussinessDetails
ContactPerson
ServiceArea
Address
One alternative way is to use C# Tuples http://www.dotnetperls.com/tuple In your view and controller, define a tuple that is a list of your classes(models)