Samir Bhogayta
What is difference between Viewbag and Viewdata in ASP.NET MVC?
By Samir Bhogayta in ASP.NET on Jun 29 2016
  • Dhara Patel
    Nov, 2019 18

    ViewData is faster then ViewBag.

    • 0
  • Samir Bhogayta
    Jun, 2016 29

    The basic difference between ViewData and ViewBag is that in ViewData instead creating dynamic properties we use properties of Model to transport the Model data in View and in ViewBag we can create dynamic properties without using Model data.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS