serializer
Programmer
I want to preload some information from tables in preferable static dictionaries. From time to time I need to add single items to the dictionaries.
My questions are:
1. Is this the best and fastest approach?
2. Is locks working the same way in ASP.NET so I can create any static object as look and then prevent HTTP requests to retrieve/update a static dictionary while another request is updating it?
thanks!
My questions are:
1. Is this the best and fastest approach?
2. Is locks working the same way in ASP.NET so I can create any static object as look and then prevent HTTP requests to retrieve/update a static dictionary while another request is updating it?
thanks!