Archive for March 7th, 2007
Building a Module for sitefinity (part 2) : The concept
Module is integrated in Sitefinity modules section as an assembly. This means that in order to create your own module you need to create a new C# project (Class library). The core class in this module you will name any way that you find suitable (for example : ListModule, MyModule…), but the important thing here [...]
Read Full Post | Make a Comment ( 6 so far )