application-state
A question regarding application state
I have a question regarding the application state in asp.net. As i know, data stored in application state is not permanent, data lost when the application is restarted/stopped. So, what does the \'app[详细]
2022-12-17 00:14 分类:问答HttpApplicationState - Why does Race condition exist if it is thread safe?
I just read an article that describes how HttpApplicationState has AcquireRead() / AcquireWrite() functions to manage concurrent access. It continues to explain, that in some conditions however we nee[详细]
2022-12-08 00:03 分类:问答