Archive for April, 2007
Building a Module for sitefinity (part 4) : Creating mock-ups
In this post we’ll only cover the mock-ups for the admin area of our module. Later on, we’ll get to the mock-ups for the public controls.
Since the contacts module we are building is pretty simple and straightforward, we really need just the mock-ups for two different screens in our admin area. One is the default [...]
Building a Module for sitefinity (part 3) : Setting up the project
After we have explained the basic concepts behind every Sitefinity module the time has come to leave the theory behind us, roll up our sleeves and do some building.
In order to create a module you need to create a new C# project and in it’s most rudimentary version, you need three files inside of this [...]