filmov
tv
ASP.NET - MVC - Core - Responsive Web Design - Lecture 13: HttpContext, Cookies, Session, Caching

Показать описание
#SoftwareDevelopment #Software #Engineering #CSharp #Coding #Course
In lecture 13:
What is HttpContext
Why do we need and how do we use HttpContext class
What are HttpContext.Request.Query and HttpContext.Request.QueryString
What is Model Binding in a form when we do post back
What is HttpContext.Request.Form and how to utilize it for legacy way of posting data back to server
How to construct cookie options to modify and set cookie properties such as expiration date
How to use cookie path feature to limit cookie to only certain pages and therefore improve performance of postbacks
Why you have to install session NuGet package for session to work and add app.UseSession()
How to properly save and retrieve objects or different data types in session of ASP.NET MVC core with JsonConvert SerializeObject DeserializeObject with Newtonsoft.Json nugget package (this is the recommended way currently)
What is response caching and how it works
How to do In-memory native caching with IMemoryCache
How to set sliding and absolute in memory cache expiration
Please subscribe and make comments.
This course requires fundamental knowledge about programming and C#. So please watch our below playlists related to C#.
Our courses playlists are like below:
auto subtitle timing : NA
In lecture 13:
What is HttpContext
Why do we need and how do we use HttpContext class
What are HttpContext.Request.Query and HttpContext.Request.QueryString
What is Model Binding in a form when we do post back
What is HttpContext.Request.Form and how to utilize it for legacy way of posting data back to server
How to construct cookie options to modify and set cookie properties such as expiration date
How to use cookie path feature to limit cookie to only certain pages and therefore improve performance of postbacks
Why you have to install session NuGet package for session to work and add app.UseSession()
How to properly save and retrieve objects or different data types in session of ASP.NET MVC core with JsonConvert SerializeObject DeserializeObject with Newtonsoft.Json nugget package (this is the recommended way currently)
What is response caching and how it works
How to do In-memory native caching with IMemoryCache
How to set sliding and absolute in memory cache expiration
Please subscribe and make comments.
This course requires fundamental knowledge about programming and C#. So please watch our below playlists related to C#.
Our courses playlists are like below:
auto subtitle timing : NA
Комментарии