I am learning MVC and I was going through articles on ViewBag
object. Every article mentions that its a dynamic property. But I would like to know what actually is a dynamic property and why and when should we use it?
I would like to know an example of dynamic property as I am a beginner.