Over the past couples of months I’ve spent some of time here developing with Sitefinity and how modules give developers real power to extend Sitefinity. The actual implementation of a simple intra-site module takes no time at all and basically requires only 1 class(module class) and a few user controls so you can provide module functionality to front and back end.
First things first ensure you have the Sitefinity website setup and ready to add your module. Next you need to to add your module class to the App_Code folder. The new module class must inherit from the Telerik WebModule ...