Lecture 7 - ViewData, ViewBag , TempData , Session in asp.net mvc in Hindi - part1

preview_player
Показать описание
Data Passing techniques from a controller to View.
View Data and View Bag are Data Dictionary objects.
ViewData: View Data is accessible using string key value and need typecasting.
ViewBag : Dynamic type property, Doesn't require typecasting
TempData: TempData is a dictionary object that is derived from TempDataDictionary class
TempData is used to pass data from current request to subsequent request
Session:
derived from HttpSessionState class
Session is valid for all requests, not for a single redirect
To download Source Code please visit
My Youtube gears:
Рекомендации по теме
Комментарии
Автор

Awesome Job Sir!! Simple and Clear Concept.

hardikpatel
Автор

Very good explain sir, thanku so much....

adnanhussain
Автор

Sir Ap C# or .net ko online padte hai kya

developerAnwar
Автор

Sir form authorization authentication and forgery token key par ek video banaiye.

jugad_tech