Code samples from EPiServer North America Parner Summit 2011

Samples demonstrate:

Dynamic Content Control and custom edit control
Personalization Critera and custom edit control with own style
OnlineCenter Gadgets
OnlineCenter Menu Provider
OnlineCenter Search Provider

You will need to modify the web.config to add the section in the web.config.txt file. This should be added
in the the <episerver.shell><publicModules> section. Replace the name of the assembly in the section with the name of your assembly.

You will need to have references to the following assemblies to compiles the samples:

EPiServer
EPiServer.ApplicationModules
EPiServer.BaseLibrary
EPiServer.Configuration
EPiServer.Data
EPiServer.Framework
EPiServer.Shell
System.ComponentModel.Composition (the version shipped with EPiServer Framework)
System.Web.Mvc


