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

preview_player
Показать описание
#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 this lesson we learned;

0:50 What is HttpContext, accessing it and structure(Request, Response, Session, User)
6:52 Query String (GET data)
7:30 What is the Query string and accessing it
21:47 Using HttpContext_Request_Query and properties
25:36 Forms(POST data)
47:42 Cookies, setting and reading cookies
1:16:22 Comparison Session and Cookies
1:22:32 Background of Session State
1:24:06 Session-State Modes(InProc, StateServer, SQLServer, Custom, Off)
1:57:29 Introduction to Caching
2:05:25 Using app.UseResponseCaching() and app.UseResponseCompression()
2:06:03 What is Response Compression
2:23:33 In Memory Caching with IMemoryCache
2:31:02 Cache Expiration

Nisa Kuzu
195050014

nisa
Автор

Koray İnci - 195050016

2:56 How to access to HttpContext ?
4:54 HttpContext structures such as Request, Response, Session, User
6:57 Getting data / Query string
7:31 What is Query string ?
27:20 What is Model Binding in forms when posting data
25:43 Posting data by forms
47:36 What is Cookies ? How to set and read them ?
1:15:49 What is Sessions ? Comparing Session and Cookies
1:57:26 What is Caching ?
2:00:24 What is ResponseCache ?
2:23:34 In-memory caching with IMemoryCache

Thanks for the lesson.

korayinci
Автор

In this video i learned ;
How to use httpcontext
Usage of Cookies
How to use Sessions

195050024

Автор

In this lesson we covered the following topics:

- HttpContext class and how we use it
- Model Binding in a form when we post back
- Response caching
- Retrieving and saving objects properly using JSON

Raanem Dahbi - 195050904

raanemdahbi
Автор

I learned;

+What is model binding
+session-state mods
+How to use cookie path?
+We use nugep packages for sessions,

175050010

yagmur
Автор

I learned in this lecture:

- What is HttpContext class
- Usage of HttpContext
- Cookie and sessiong management
- Response caching

195050026
Recep Güneş

recepgunes
Автор

How do to implement custom authentication attribute in mvc core?

VJ-xrhg
Автор

165050016

In this video, I learned these: HttpContext, HttpContext.Request, set and read cookies in asp.net MVC Core application, ASO. NET Session-State modes, in-memory native caching with IMemoryCache and how to set sliding and absolute in memory cache expiration.

sedaalyakut
Автор

In this lecture we learnt about httpcontext class, and how to use cookies and session to save some application data when it is used. We learnt how we can set and read cookies as well.
195050003

bugragundogan
Автор

165050005
In lecture 13
We learned what is httpcontext and how to use,
We use cookies in project for some pages and get values from cookies,
We see how to add sessions in project,
We use nugep packages for sessions,

SandsofSlumber
Автор

175050004
In this lecture learned;
httpContext, why do we need and how do we use, httpContext.Request.Query and httpContext.Request.QueryString, model binding in a form when we do post back, how to set and read cookies in asp.net, construct cookie options to modify and set cookie properties such as expiration date, cookie path, asp.net session state, response caching and how it works, output caching

cantutar
Автор

I've learned about HttpContext, model binding, reading and setting cookies, session-state mods, how response caching works and about IMemoryCache.
Ceyda Süzer
175050003

ceydaszr
welcome to shbcf.ru