Tips and trix of undocumented usage of EPiServer core functionality.
Memmory buffer pool - Allocate and reuse memory buffer.
Send and receive remote events – code sample of this great functionality in EPiServer CMS
DDS – Dynamic data store Disable clear cache – Sample code how to disable clear cache when missing a remote event.
Events - Tips and trix how to use events in EPiServer
Initialize static events - Sample code how to initialize memory stable event handlers for static events
EPiServer page providers – Tips and trix when creating custom page providers
Replace EPiServer Error page for IIS7Initialize a HTTP module in runtimeA part that EPiServer miss to document and that is important for developers to know about is what classes that implements IDisposable pattern (I think this should be a part of the certification because it so important). I made a list of classes where EPiServer uses this pattern in
EPiServer classes implementing IDisposable.