Have you ever organized your content structure the way that page related data sources are residing under the page (or under a folder within the page)?
sitecore
MVC renderings with xWrap framework – Sitecore Experience Wrapper
Working with Sitecore MVC renderings using xWrap framework with strongly-typed access to fields and native Sitecore rendering engine.
Introducing xWrap framework – Sitecore Experience Wrapper
An introduction to xWrap framework - a strongly typed wrapper framework for Sitecore CMS, similar to Fortis, Glass.Mapper or Synthesis
A recap from Sitecore Symposium 2018 and MVP summit
I am back from Sitecore Symposium and the MVP Summit which took place in Orlando this year. I finally recovered from jet-lag, and I feel so excited and eager to start using all the newest capabilities of the upcoming platform release and elevate our customers experiences to the next level.
Using the service bus to transfer messages between instance roles
With latest Sitecore 9.0.1 release, the EXM became part of the platform. A big improvement in EXM, and more importantly to Sitecore 9 is the introduction of service bus implementation, which apparently, can be used for much more purposes.
Helpfulcore.RenderingExceptions styling updated!
Recently I wrote about handling the rendering exceptions in Sitecore in the post from Novemver 15th. Last week I have updated the styling for them: Now error messages should look the same way on any website you install the package The css classes became more unique now so won't conflict with any classes of your … Continue reading Helpfulcore.RenderingExceptions styling updated!
Fortis & Sitecore Tutorial 2 – Renderings
Let's continue... Today will demonstrate a simple and convenient way of implementing Sitecore renderings which Fortis provides out of the box. The latest Fortis version is built to support Sitecore MVC rendering types. View Renderings Controller Renderings You are more than welcome to organize your razor views the usual way, but in the demo solution … Continue reading Fortis & Sitecore Tutorial 2 – Renderings
Fortis & Sitecore Tutorial 1 – Setting up.
I feel like I have to do this. I am going to create set of tutorials about using Fortis framework together with Sitecore. Will walk you through how to create a site using it and show how Fortis makes developers life easier. I have suggested several people to try using it but they complained about … Continue reading Fortis & Sitecore Tutorial 1 – Setting up.
Fortis vs Glass.Mapper (part 3)
I know, I am being annoying about this, but today I'm gonna share more tests. In order to keep this constructive I will attach code that I have been using for my measurements. So I created a solution which you can find here https://github.com/vhil/fortis-vs-glass-testground. It uses same sitecore instance and both Glass and Fortis were installed there. … Continue reading Fortis vs Glass.Mapper (part 3)
Fortis vs Glass.Mapper (part 2)
Will add more performance test results today between Fortis, Glass.Mapper and plain Sitecore API for most common operations with Sitecore items. Will probably start from results and then explain them below. Tests were executed on the same Sitecore master database on 100000 items of same "Content Page" template. Get Item - here I have been using … Continue reading Fortis vs Glass.Mapper (part 2)