I am using Kentico 13 Core.I have a custom task that creates or updates Kentico pages based on json data that I want to improve performance on. There are several thousand records in the json object...
Welcome to the next episode of our short article series presenting Kentico Xperience 13 technical features, which might not be visible at first sight.
It is an honor to introduce a brand new trait of our InfoProvider data manipulation pattern – InfoProvider interfaces.
In today’s article, I would like to introduce a new addition to our querying API. The DocumentQuery and ObjectQuery methods are now accompanied by asynchronous counterparts for query execution.
Are async methods supported in custom Macro methods? I'm using the syntax with extended macro container like this:XXXXContainer : MacroMethodContainer { }Can my code awaitasyncTask returns if the ...