
Xperience Community: Content Repositories
If you have been building with Xperience by Kentico , you are probably familiar with the repetitive ceremony around fetching web page content: URL resolution, language detection, caching, null guards. It is the kind of code you write once per project and then paste — slightly modified — into the next one. The Xperience Community: Content Repository package was built to centralize exactly that kind of logic. And with version 1.0.2 , it gets a meaningful new addition: the WebPageRepository . What's New in v1.0.2 This release ships two things: IWebPageRepository and WebPageRepository — a new repository for resolving web page URLs by GUID, with built-in language awareness and caching. Kentico package upgrades — all Kentico dependencies bumped to 31.2.0 . The web page repository is small in surface area but fills a real gap. It gives you a single, safe place to resolve a WebPageUrl from a GUID, handles language fallbacks automatically, and caches results intelligently so you're not hitting
Continue reading on Dev.to
Opens in a new tab


