Downsides/Gotchas of using Projections in Episerver Find

Episerver Find is my preferred way to write searches for Episerver. It allows me to write search queries quickly using a LINQ like syntax I am familiar with, while leveraging Episerver’s cloud servers to do the heavy lifting.

While this does shift some of our server load to Episerver’s servers, the standard implementation still relies on my servers to load model data, and build view models. Generally this isn’t slow, but processing complex view models can hurt performance, and impact server load, especially as result sets increase in size, and complexity.

Projections allow me to specify which fields Episerver Find should retrieve data for, for a given query. I try to use them wherever it makes sense, since it allows us to display results with very little server load. There are a few downsides/gotchas that I’ve had to work through though.

Continue reading “Downsides/Gotchas of using Projections in Episerver Find”

Mexican v1.0

I decided to publish my basic Mexican dice application for Android smart phones and tablets. It’s a very simple game and there isn’t much functionality in it yet. It allows you to roll, hide/show, show odds of being beaten/tied and counts the number of rolls. I plan to add some sort of look back function to see if any one was lying, but haven’t decided how I want to do so. I also plan to add a menu option to disable sounds.

Market link: Mexican

Update! I have since lost the key and will have to make a new app to incorporate all of the bug fixes and new enhancements :(.