Just a quick question on the Kentico API and retrieving pages while multi threading.I have a simple Parallel.ForEach loop that retrieves a page from the tree based on the information being looped. ...
Hello, Just a quick question on the API and retrieving pages while multi threading.I have a simple Parallel.ForEach loop that retrieves a page from the tree based on the information being looped. T...
I have come across solving a problem around using statement and locks that I believe is worth sharing with everyone. Short version: Be REALLY careful when using the using statement ... Long version: See the article ...