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)
Month: November 2015
Fortis vs Glass.Mapper (part 1)
Today, if I start googling on how to map Sitecore temlates to .net classes I will definitely find Glass.Mapper framework at the very top of the search. It has become a standard now - if you are planning a big Sitecore implementation you definitely need to use Glass.Mapper. But is that the best tool for solving these … Continue reading Fortis vs Glass.Mapper (part 1)
Sitecore rendering exception handling
What if your rendering throws an exception? Default Sitecore installation will just use ASP.NET behavior and redirect you to the error page (yellowscreen or custom application error page whatever you have configured) Do you like that? Sitecore page is a set of separate renderings and why would I see the error page if one of … Continue reading Sitecore rendering exception handling