asp.net-caching
Implement second level cache in ASP.Net
Is there any way to use caching in ASP.Net except SQL Server second level cache. As it is the first time to work with caching I want any way with an example.开发者_JS百科I have found that NHibernate i[详细]
2023-03-30 00:07 分类:问答Getting 104 error while accessing a web page
One of user isgetting 104 (connection开发者_如何学JAVA reset by peer) error while accessing one of the page in my application, though other pages are opening fine, problem persists only for this page[详细]
2023-03-05 10:01 分类:问答HttpContext.Current.Items is too fast to access item, but How?
I wrote simple test add 100 items to [Collection] read 1000000 times from [Collection] randomly When [Collection]==HttpContext.Current.Items it takes 50 ms[详细]
2023-02-11 23:26 分类:问答Is there a way to use use a cache profile when manually adding items to the cache?
I have output caching in my application configured using output cache profiles in the web.config. It is very convenient to be able to setup caching on all the output items that need it and then be abl[详细]
2023-02-06 05:06 分类:问答how to cache css, images and js?
I would like to have images, css, and javascript cached client-side on their browser when they load up a web page. There are so many different types of caching I am confused as to which ones to use wi[详细]
2022-12-17 09:34 分类:问答