Take the community feedback survey now.
Take the community feedback survey now.
Can blocks have thumbnails in the assets pane in the same way as images do? I got this question from someone who needed just this. They had lots and lots of blocks and wanted to ease the navigation for their editors, and most of their blocks alrea...
EPiServer Find’s MultiSearch is great, but has a couple of limitations: All searches need to have a common return type, and IContent searches has to be projected to avoid deserialization errors. EPiCode.DynamicMultiSearch removes these limitation...
Version 1.3 of EPiCode.SqlBlobProvider is now available in the EPiServer NuGet feed. In addition to some minor performance improvements, there are a couple of new features: Cache blobs on disk If you have a slow database connection or a vast amoun...
Have you ever found yourself in the situation where you’ve been wondering if your index content is correct, updated or there at all? I have. Often. So, to save me from having to go to the Find Explore view and search for the content, I created...
This is the final part of my blog post series Content Providers 101. Make sure you’ve read Part I and Part II before reading this! The provider is now almost complete, we just need to put the finishing touches to it. Searching : In the component,...