is there a performance different between passing something into viewdata compared to a view model
Posted
by ooo
on Stack Overflow
See other posts from Stack Overflow
or by ooo
Published on 2010-06-01T22:39:11Z
Indexed on
2010/06/01
22:43 UTC
Read the original article
Hit count: 205
in asp.net mvc , if i shove a dictionary or an array of objects in ViewData and read that in my view compared to creating a view model class that has that same data structure, is there a performance difference or other consideration or should i expect the same response time?
© Stack Overflow or respective owner