Click here to Skip to main content
15,887,477 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Attribute routing on index Pin
Vincent Maverick Durano21-May-18 14:17
professionalVincent Maverick Durano21-May-18 14:17 
GeneralRe: Attribute routing on index Pin
jkirkerx22-May-18 13:29
professionaljkirkerx22-May-18 13:29 
QuestionSecuring my WebApi with OAuth2 Pin
Kraftw3rk16-May-18 22:51
Kraftw3rk16-May-18 22:51 
AnswerRe: Securing my WebApi with OAuth2 Pin
Richard MacCutchan16-May-18 23:35
mveRichard MacCutchan16-May-18 23:35 
AnswerRe: Securing my WebApi with OAuth2 Pin
Vincent Maverick Durano21-May-18 14:21
professionalVincent Maverick Durano21-May-18 14:21 
QuestionASP.Net MVC output caching at client side Pin
Mou_kol16-May-18 4:16
Mou_kol16-May-18 4:16 
AnswerRe: ASP.Net MVC output caching at client side Pin
Richard MacCutchan16-May-18 4:58
mveRichard MacCutchan16-May-18 4:58 
AnswerRe: ASP.Net MVC output caching at client side Pin
Vincent Maverick Durano21-May-18 21:09
professionalVincent Maverick Durano21-May-18 21:09 
The location of where the cache is stored is determined by Location property of the OutputCacheAttribute. For instance you can set Location=OutputCacheLocation.Client so it will keep the cache on the client browser.

The documentation of the OutputCacheLocation enumeration type contains the possible values:

- Any
- Client
- Downstream
- Server
- None
- ServerAndClient

Mou_kol wrote:
i guess client side caching will not give much benefit....am i right?

Of course, Output caching provides you with a very easy method of dramatically improving the performance of your ASP.NET MVC applications.

Instead of giving you quick answer, I would recommend you to start reading this article: Improving Performance with Output Caching (C#) | Microsoft Docs[^]

I would also suggest you to do a quick search at google about "ASP.NET MVC client side caching" to get more information.
QuestionAsp.net Pin
Member 1363315416-May-18 0:20
Member 1363315416-May-18 0:20 
AnswerRe: Asp.net Pin
David Mujica16-May-18 3:59
David Mujica16-May-18 3:59 
GeneralRe: Asp.net Pin
Member 1363315416-May-18 18:59
Member 1363315416-May-18 18:59 
GeneralRe: Asp.net Pin
Richard Deeming17-May-18 2:25
mveRichard Deeming17-May-18 2:25 
AnswerRe: Asp.net Pin
Vincent Maverick Durano21-May-18 14:04
professionalVincent Maverick Durano21-May-18 14:04 
QuestionASP.Net MVC What is Donut Caching Pin
Mou_kol14-May-18 22:21
Mou_kol14-May-18 22:21 
AnswerRe: ASP.Net MVC What is Donut Caching Pin
Richard MacCutchan14-May-18 22:54
mveRichard MacCutchan14-May-18 22:54 
GeneralRe: ASP.Net MVC What is Donut Caching Pin
Mou_kol14-May-18 23:34
Mou_kol14-May-18 23:34 
GeneralRe: ASP.Net MVC What is Donut Caching Pin
F-ES Sitecore15-May-18 2:58
professionalF-ES Sitecore15-May-18 2:58 
GeneralRe: ASP.Net MVC What is Donut Caching Pin
Mou_kol15-May-18 22:29
Mou_kol15-May-18 22:29 
GeneralRe: ASP.Net MVC What is Donut Caching Pin
Vincent Maverick Durano21-May-18 16:22
professionalVincent Maverick Durano21-May-18 16:22 
AnswerRe: ASP.Net MVC What is Donut Caching Pin
Vincent Maverick Durano21-May-18 16:18
professionalVincent Maverick Durano21-May-18 16:18 
GeneralRe: ASP.Net MVC What is Donut Caching Pin
Mou_kol23-May-18 10:07
Mou_kol23-May-18 10:07 
GeneralRe: ASP.Net MVC What is Donut Caching Pin
Vincent Maverick Durano23-May-18 12:32
professionalVincent Maverick Durano23-May-18 12:32 
SuggestionNeed Suggetion Pin
Member 1382604314-May-18 0:42
Member 1382604314-May-18 0:42 
QuestionBlazor Pin
Super Lloyd9-May-18 18:29
Super Lloyd9-May-18 18:29 
AnswerRe: Blazor Pin
Vincent Maverick Durano21-May-18 14:08
professionalVincent Maverick Durano21-May-18 14:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.