In .NET 4.8/CMS 11.x and earlier, this is very commonly used to redirect an action return RedirectToAction("Index", new{ node = contentLink }); Which will redirect the user to public TResult Index(CheckoutPage currentPage ); and you will get the...
No, I do not mean that big, big data (in size of terabytes or more). It’s big collection, like when you have a List and it has more than a few hundreds of items. Where to store it? Naturally, you would want to store that data as a property of a...
I got the question here Content Events and Service API | Optimizely Developer Community , and CHKN contacted Optimizely developer support service which is the good/right thing to do. However it could be beneficial for a wider audience, hence this...
If you want to start your week with a purchase, then I have a (hopefully) good news for you: My book Pro Optimizely Commerce Cloud can now be preordered (but with immediate access to content). https://leanpub.com/prooptimizelycommercecloud It too...
It’s not a secret that cache is one of the most, if not the most, important factors to their website performance. Yes cache is great, and if you are using Optimizely Content/Commerce Cloud, you should be using ISynchronizedObjectInstanceCache to...