This project is no longer maintained for a working example checkout the CefSharp MinimalExample project
CefSharp Tutorials - Basic Examples for getting Started
The solutions in the Sample<n> Sub-Folder show step by step introductory WPF sample applications that should help understanding and using CefSharp within WPF. The samples are very simple on a 101 level to make sure everyone can get most out of it. Newbies should start with 'Sample1' since the complexity of each sample increases as <n> increases.
Please be sure to read the Readme.txt files in each sub-folder to understand more details about each sample.
This is a minimal bare bones XAML+Nuget demo of the CefSharp project. http://www.codeproject.com/Articles/881315/Display-HTML-in-WPF-and-CefSharp-Tutorial-Part
Contains sample applications that illustrate the usage of a ResourceHandler in CefSharp.