Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Mention what is the difference between temp data, view, and view bag?



Mention what is the difference between temp data, view, and view bag?..

Answer / Satish Chandra

In MVC Model View Controller, TempData is a helper class that allows you to store values that need to be displayed or passed from one action method to another during a single request. It's used for temporary storage of information between calls to different controller actions within the same request. ViewData and ViewBag are ways to pass data from the controller to the view in ASP.NET MVC applications. They allow you to populate data into strongly-typed views or Razor views. The main difference lies in their usage: ViewData is a dictionary object that uses string keys, while ViewBag dynamically creates an anonymous type with property names matching the C# identifier case of the property name set on it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

What is the benefit of using mvc?

1 Answers  


How can we implement validation in mvc?

1 Answers  


How can you maintain session in mvc?

1 Answers  


Explain the MVC pattern with example

1 Answers   Infosys,


Why is mvc good?

1 Answers  


What is mvc httppost?

1 Answers  


What are the filters in mvc?

1 Answers  


Is there viewstate in mvc?

1 Answers  


Why is mvc better than webforms?

1 Answers  


What are the types of filters in mvc?

1 Answers  


What are corpus tools?

1 Answers  


What is razor view engine in mvc?

1 Answers  


Categories