Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / cache

Cache

cache

Great Reads

by Rick Bassham
How to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0.
by marcusts
They got it wrong with IOC containers, but that can be fixed. The post A Smarter DI Container for Xamarin.Forms appeared first on Marcus Technical Services.
by Arctype SQL
Explanation of how a query gets execution and understanding the EXPLAIN command
by ASP.NET Community
The Cache and Application objects provide broader scope than the Session object and the data is available to all the classes within the ASP.NET

Latest Articles

by Rick Bassham
How to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0.
by marcusts
They got it wrong with IOC containers, but that can be fixed. The post A Smarter DI Container for Xamarin.Forms appeared first on Marcus Technical Services.
by Arctype SQL
Explanation of how a query gets execution and understanding the EXPLAIN command
by ASP.NET Community
The Cache and Application objects provide broader scope than the Session object and the data is available to all the classes within the ASP.NET

All Articles

Sort by Score

cache 

by ASP.NET Community
The Cache and Application objects provide broader scope than the Session object and the data is available to all the classes within the ASP.NET
by tugrulGtx
CLOCK caching (LRU approximation) with O(1) cache hit, up to N asynchronous O(1) cache misses
by Omar Al Zabir
An HttpFilter that processes the output generated by dynamic pages and appends the last modified date of static files like js, css in order to make browsers download latest version as soon as files are changed
by Naveen Karamchetti
The article attempts to explain when to use the value map caching pattern in BizTalk integrations
by Dan Ionescu (USINESOFT)
LINQ extensions that allow to describe and to safely query cached data
by ASP.NET Community
Whenever an attempt is made to access data from the cache, it should be with the assumption that the data might not be there any more. Thus,
by ASP.NET Community
CachingAuthor: Prakash Singh MehraIntroduction: It is a way to store the frequently used data into the server memory which can be retrieved very
by Dave Ceddia
Frameworks like Vue have the notion of “computed properties” – a way to derive some new, possibly complex data based on something passed in. This post covers how to achieve the same result in React.
by Jeremy Hutchinson
Data driven layout in server-side Blazor
by Sem.Shekhovtsov
Setting up Redis server on Windows machine, and accessing it with C# client
by Rafid K. Al-Humaimidi
Easily support caching in your C# application to improve its performance.
by tugrulGtx
Accessing VRAM-cached nucleotide sequences in FASTA formatted files (*.fna, *.faa) by index
by Mike V Baker
In this article, we’ll extend the dtSearch Engine-based example to use Amazon’s Aurora storage service, which is a hosted MySQL solution available through AWS.
by NewAmbition
A tutorial on how to use common technologies to improve the general speed of your site.
by Intel
This page provides general installation and support notes about the Community forum supported Intel® Performance Libraries and Intel® Distribution for Python as they are distributed via the YUM repositories described below.
by Proneetkumar Pradeep Ray
Boost/Optimize your Jquery DataTable and perform Server side pagination, Global Search, Column wise Search) using Server Side Caching
by Marla Sukesh
Welcome to day 1 of Learn HTML 5 in 3 days article series
by Marla Sukesh
In this article we will talk about Server Sent Events in detail.
by tugrulGtx
Direct mapped cache in front, LRU approximation behind, any LLC on back-end.
by ASP.NET Community
ASP.NET 2.0 introduces a new feature called Post-Cache Substitution, which is aimed at optimizing the development experience for this mostly-cached
by ASP.NET Community
In this article I am going to explain how to prevent the browser caching of web pages in asp.net. It is the one of the biggest issues every developer
by Redis Labs
Learn how to ingest tweets in real-time and query them flexibly using RediSearch with Azure Cache for Redis.
by Guirec
A pattern for an always available cache using asynchronous refresh.
by TheCodeKing
SaintModeCache is a thread safe in-memory cache wrapper for performance optimisation. It's able to continue serving stale content after expiry, whilst it repopulates the cache with a non-blocking single thread.
by Micha C
This is about creating a single page web site using an ASP.NET Web API Service which stores the data via Cache Manager.
by Eduard Silantiev
Deep refactoring and refinement of ASP.NET Core WEB API application code
by Eduard Silantiev
Using various approaches to increase ASP.NET Core WEB API application's productivity
by Levente Kupás
If you have big reports which run slowly, you may use this T-SQL based engine to speed-up them.