This file represents the layout that you can apply to the views of the application.
HTML Helpers are extension methods to the Html Helper class, can be called only from views.
Session is also used to pass data within the ASP.NET MVC application and unlike TempData.
TempData is a Dictionary object derived from the TempDataDictionary class.
Both ViewData and ViewBag are used to pass data from a controller to a view.